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