Shades of Yellow Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow Green palette
tavolozza dei colori Shades of Yellow Green CSS
/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f9c84e;
}
.color-3 {
color: #fce8a6;
}
.color-4 {
color: #a2d2a5;
}
.color-5 {
color: #4a8c5a;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f9c84e;
--color-3: #fce8a6;
--color-4: #a2d2a5;
--color-5: #4a8c5a;
}
CSS con gradiente di sfondo Shades of Yellow Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f9c84e, #fce8a6, #a2d2a5, #4a8c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f9c84e, #fce8a6, #a2d2a5, #4a8c5a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Brillante
Shades of Yellow Green color palette created on .