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