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