Shades of Green and Yellow Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Yellow palette
tavolozza dei colori Shades of Green and Yellow CSS
/* CSS */
.color-1 {
color: #6dbf4a;
}
.color-2 {
color: #b4d64c;
}
.color-3 {
color: #f3e11b;
}
.color-4 {
color: #f9d14e;
}
.color-5 {
color: #faa700;
}
/* CSS Variables */
:root {
--color-1: #6dbf4a;
--color-2: #b4d64c;
--color-3: #f3e11b;
--color-4: #f9d14e;
--color-5: #faa700;
}
CSS con gradiente di sfondo Shades of Green and Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6dbf4a, #b4d64c, #f3e11b, #f9d14e, #faa700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6dbf4a, #b4d64c, #f3e11b, #f9d14e, #faa700);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Verde
Shades of Green and Yellow color palette created on .