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: #f9d75d;
}
.color-2 {
color: #eab239;
}
.color-3 {
color: #d2902d;
}
.color-4 {
color: #b1532b;
}
.color-5 {
color: #7b1e1e;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #eab239;
--color-3: #d2902d;
--color-4: #b1532b;
--color-5: #7b1e1e;
}
CSS con gradiente di sfondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #eab239, #d2902d, #b1532b, #7b1e1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #eab239, #d2902d, #b1532b, #7b1e1e);
}
Tavolozze di colori simili
Shades of Yellow color palette created on .