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