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: #e6b54c;
}
.color-2 {
color: #d3a03c;
}
.color-3 {
color: #b68c2f;
}
.color-4 {
color: #9f6d23;
}
.color-5 {
color: #805a19;
}
/* CSS Variables */
:root {
--color-1: #e6b54c;
--color-2: #d3a03c;
--color-3: #b68c2f;
--color-4: #9f6d23;
--color-5: #805a19;
}
CSS con gradiente di sfondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b54c, #d3a03c, #b68c2f, #9f6d23, #805a19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b54c, #d3a03c, #b68c2f, #9f6d23, #805a19);
}
Tavolozze di colori simili
Shades of Yellow color palette created on .