Shades of Green Red Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green Red Yellow palette
Shades of Green Red Yellow color palette CSS
/* CSS */
.color-1 {
color: #a1d9b0;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #d19900;
}
.color-5 {
color: #691b3a;
}
/* CSS Variables */
:root {
--color-1: #a1d9b0;
--color-2: #f1a8a2;
--color-3: #f5c400;
--color-4: #d19900;
--color-5: #691b3a;
}
Shades of Green Red Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9b0, #f1a8a2, #f5c400, #d19900, #691b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9b0, #f1a8a2, #f5c400, #d19900, #691b3a);
}
Similar color palettes
Shades of Green Red Yellow color palette created on .