Yellow Shades Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Yellow Shades palette
tavolozza dei colori Yellow Shades CSS
/* CSS */
.color-1 {
color: #f7e240;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #db7c00;
}
.color-5 {
color: #b85f00;
}
/* CSS Variables */
:root {
--color-1: #f7e240;
--color-2: #f5c400;
--color-3: #f0a400;
--color-4: #db7c00;
--color-5: #b85f00;
}
CSS con gradiente di sfondo Yellow Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e240, #f5c400, #f0a400, #db7c00, #b85f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e240, #f5c400, #f0a400, #db7c00, #b85f00);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Ambra
Yellow Shades color palette created on .