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