Shades of Green Red Yellow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green Red Yellow palette
tavolozza dei colori Shades of Green Red Yellow 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;
}
CSS con gradiente di sfondo Shades of Green Red Yellow
/* 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);
}
Tavolozze di colori simili
Shades of Green Red Yellow color palette created on .