W3Schools
w3schools.com โบ cssref โบ css_colors.php
CSS Colors
All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color along with different text colors): For a full overview of CSS colors, visit our colors tutorial.
HTML Color Codes
htmlcolorcodes.com
HTML Color Codes
Get HTML color codes, Hex color codes, RGB, HSL and OKLCH values with our color pickers, color wheel, color chart and HTML color names. Let's go!
change svg icon colour in advanced custom css
Hey there, u/limewilson ! If your post is not already flaired, please add one now. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
What is/are your go-to CSS color(s)?
I have a habit of using #2b2b2b instead of black More on reddit.com
reddit color codes
Thank you i'm designing something and i need colors More on reddit.com
[help] How do you choose colors for a website?
this is more an r/design question than a CSS question - read up on some very basics of color theory or check out adobe color for a cheat sheet https://color.adobe.com/
More on reddit.comVideos
CSS Colors Tutorial for Beginners - YouTube
04:13
Learn CSS colors in 4 minutes! ๐๏ธ - YouTube
21:24
How To Handle CSS Colors Like A Senior Dev - YouTube
09:06
Making Sense of OKLCH() & Modern CSS Colors - YouTube
10:41
Build smarter color systems with relative colors - YouTube
06:23
Learn CSS Colors in 6 Minutes - YouTube
MDN Web Docs
developer.mozilla.org โบ en-US โบ docs โบ Web โบ CSS โบ Reference โบ Values โบ named-color
<named-color> - CSS | MDN
January 19, 2026 - The CSS data type is the name of a color, such as red, blue, black, or lightseagreen. Syntactically, a is an .
W3Schools
w3schools.com โบ cssref โบ pr_text_color.php
CSS color property
Tip: Use a background color combined with a text color that makes the text easy to read. ... The numbers in the table specify the first browser version that fully supports the property. ... If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail: sales@w3schools.com ยท If you want to report an error, or if you want to make a suggestion, send us an e-mail: help@w3schools.com ยท HTML Tutorial CSS Tutorial JavaScript Tutorial How To Tutorial SQL Tutorial Python Tutorial W3.CSS Tutorial Bootstrap Tutorial PHP Tutorial Java Tutorial C++ Tutorial jQuery Tutorial
MDN Web Docs
developer.mozilla.org โบ en-US โบ docs โบ Web โบ CSS โบ Reference โบ Values โบ system-color
<system-color> - CSS | MDN
December 16, 2025 - The <system-color> CSS data type usually reflects the default color choices used for the different parts of a web page.
Quackit
quackit.com โบ css โบ css_color_codes.cfm
CSS Color Codes
All about CSS Color Codes, includes color picker and hex color chart.
W3Schools
w3schools.com โบ html โบ html_colors.asp
HTML Colors
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
Educative
educative.io โบ blog โบ css-color-guide
Using Color in CSS: in-depth guide to CSS color codes
October 30, 2025 - Color can be applied to elements ... example, adding color to an elementโs background or border. ... In CSS, colors are specified using predefined color names, or RGB, HEX, HSL, RGBA, HSLA values....
Chrome Developers
developer.chrome.com โบ blog โบ css relative color syntax
CSS relative color syntax | Blog | Chrome for Developers
October 11, 2023 - That from keyword, when seen as the first parameter in functional notation, turns the color definition into a relative color! After the from keyword, CSS expects a color, a color that will inspire the next color.
RapidTables
rapidtables.com โบ web โบ css โบ css-color.html
CSS color codes & names
CSS color codes and names.
Elementor
elementor.com โบ blog โบ resources โบ css & html colors: properties, codes, keywords and names
CSS & HTML Colors: Properties, Codes, Keywords and Names
July 1, 2025 - Colors transition outwards from a central point, creating a circular or elliptical effect. Create striped or patterned effects by repeating a gradient pattern. Tip โ Gradient Generators: Online tools make creating and customizing gradients a breeze. CSS allows you to create smooth color changes, adding a touch of interaction and visual appeal to your websites.
MDN Web Docs
developer.mozilla.org โบ en-US โบ docs โบ Web โบ CSS โบ Guides โบ Colors โบ Color_values
CSS color values - CSS | MDN
December 16, 2025 - There are two primary ways of defining an RGB color by its red, green, and blue components in CSS โ hexadecimal and rgb() values. Like named colors, these methods use the RGB model and are associated with the sRGB (srgb) color space.
Flat UI Colors
flatuicolors.com
Flat UI Colors 2 - 14 Color Palettes, 280 colors ๐จ
280 handpicked colors ready for COPY & PASTE
Angel-rs
angel-rs.github.io โบ css-color-filter-generator
CSS Color Filter Generator
Desired Hex or RGB Color ยท Get Filter! Real pixel: RGB rgb(0, 0, 0) Copy HEX #000 Copy ยท Filtered pixel, style applied through CSS ยท
Clrs
clrs.cc
Colors - A nicer color palette for the web.
/* To be used in combination with a base border class i.e something like .border { border-style: solid; border-width: 1px; } */ .border--aqua { border-color:#7FDBFF;} .border--black { border-color:#000000;} .border--blue { border-color:#0074D9;} .border--fuchsia { border-color:#F012BE;} .border--green { border-color:#2ECC40;} .border--lime { border-color:#01FF70;} .border--maroon { border-color:#85144B;} .border--navy { border-color:#001F3F;} .border--olive { border-color:#3D9970;} .border--orange { border-color:#FF851B;} .border--purple { border-color:#B10DC9;} .border--red { border-color:#FF4136;} .border--silver { border-color:#DDDDDD;} .border--gray { border-color:#AAAAAA;} .border--teal { border-color:#39CCCC;} .border--white { border-color:#FFFFFF;} .border--yellow { border-color:#FFDC00;}