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: #f5a300;
}
.color-2 {
color: #fad000;
}
.color-3 {
color: #f2e70d;
}
.color-4 {
color: #a4d100;
}
.color-5 {
color: #4bad00;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fad000;
--color-3: #f2e70d;
--color-4: #a4d100;
--color-5: #4bad00;
}
CSS con gradiente di sfondo Shades of Yellow Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fad000, #f2e70d, #a4d100, #4bad00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fad000, #f2e70d, #a4d100, #4bad00);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 60+ tavolozzas di colori Brillante
Shades of Yellow Green color palette created on .