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