Shades of Yellow Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow palette
Scarica la tavolozza dei colori Shades of Yellow (PNG)
tavolozza dei colori Shades of Yellow CSS
/* CSS */
.color-1 {
color: #f5df3d;
}
.color-2 {
color: #f9c36c;
}
.color-3 {
color: #a46e5b;
}
.color-4 {
color: #e6e2d6;
}
.color-5 {
color: #d2b5e3;
}
/* CSS Variables */
:root {
--color-1: #f5df3d;
--color-2: #f9c36c;
--color-3: #a46e5b;
--color-4: #e6e2d6;
--color-5: #d2b5e3;
}
CSS con gradiente di sfondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5df3d, #f9c36c, #a46e5b, #e6e2d6, #d2b5e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5df3d, #f9c36c, #a46e5b, #e6e2d6, #d2b5e3);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Brillante
Shades of Yellow color palette created on .