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