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