Add more built-in colours to RGBA & RGB
See original GitHub issueWe have a bunch of pre-made colours like RGBA.White. I frequently want more simple colours when I’m prototyping, like orange and purple! What else is there?
Issue Analytics
- State:
 - Created 2 years ago
 - Comments:10 (8 by maintainers)
 
Top Results From Across the Web
Color enumeration and ColorFade, ColorValue, and RGBA ...
Color enumeration ColorValue RGBA
Color.AliceBlue ColorValue( "#f0f8ff" ) ColorValue( "aliceblue" ) RGBA( 240, 248, 25...
Color.Aqua ColorValue( "#00ffff" ) ColorValue( "AQUA" ) RGBA( 0, 255,...
Read more >Colors, Hex, RGB, RGBA, Predefined Colors (4/13) - YouTube
The reason HEX values exist is because there are far more colors available ... So you say color, rgb, and in parenthesis you...
Read more ><color> - CSS: Cascading Style Sheets - MDN Web Docs
Using the RGB cubic-coordinate system (via the #-hexadecimal or the rgb() and rgba() functional notations). These always specify a color in ...
Read more >Sass/Compass - Convert Hex, RGB, or Named Color to RGBA
Use the rgba function built into Sass. Sets the opacity of a color. Examples: rgba(#102030, 0.5) => rgba(16, 32, 48, 0.5) rgba(blue, 0.2)...
Read more >CSS RGB and RGBA Colors - W3Schools
An RGB color value represents RED, GREEN, and BLUE light sources. RGB Value. In CSS, a color can be specified as an RGB...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Awesome 😃 I’ll work on this this week.
@sylvansson I’m not. You can commit it 😛