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