๐ŸŒ
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!
Discussions

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
๐ŸŒ r/elementor
4
2
August 13, 2020
What is/are your go-to CSS color(s)?
I have a habit of using #2b2b2b instead of black More on reddit.com
๐ŸŒ r/webdev
202
316
June 29, 2018
reddit color codes
Thank you i'm designing something and i need colors More on reddit.com
๐ŸŒ r/CasualCSS
1
22
October 3, 2015
[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.com
๐ŸŒ r/css
13
19
April 19, 2017
๐ŸŒ
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.
Find elsewhere
๐ŸŒ
CSS-Tricks
css-tricks.com โ€บ css-color-functions
CSS Color Functions | CSS-Tricks
June 26, 2025 - Each pair represents red (RR), blue (BB), and green (GG). Each value in the pair can go from 00 to FF, which itโ€™s equivalent to 255 in rgb(). Notice how I used caps for the letters (F) and not lowercase letters like I did previously?
๐ŸŒ
Flowbite
flowbite.com โ€บ docs โ€บ components โ€บ buttons
Tailwind CSS Buttons - Flowbite
These buttons use a style that includes two contrasted colors creating an impressive mesh gradient effect.
๐ŸŒ
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.
๐ŸŒ
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.
๐ŸŒ
UI Colors
uicolors.app โ€บ generate
Tailwind CSS Colors - All colors + Custom color generator
Generate, edit, save and share Tailwind CSS color shades based on a given hexcode or HSL color.
๐ŸŒ
Austin Gil
austingil.com โ€บ css-named-colors
CSS Named Colors: Groups, Palettes, Facts, & Fun โ€“ Austin Gil
January 23, 2023 - This page provides resources for working with CSS Name Colors. It contains Named Color groups, palettes, favorites, and even fun facts.
๐ŸŒ
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.
๐ŸŒ
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;}
๐ŸŒ
The Knowledge Academy
theknowledgeacademy.com โ€บ blog โ€บ css-colors
Let's talk the CSS Colors in more detail - A Complete Guide
The most common format is the hexadecimal representation, which uses a six-digit alphanumeric code preceded by a pound sign (#). This code combines values for red, green, and blue (RGB) to create a wide spectrum of colors.