Golden Shades Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Shades palette
tavolozza dei colori Golden Shades CSS
/* CSS */
.color-1 {
color: #b58a40;
}
.color-2 {
color: #e8b52c;
}
.color-3 {
color: #f7e08d;
}
.color-4 {
color: #d66829;
}
.color-5 {
color: #8e4b2e;
}
/* CSS Variables */
:root {
--color-1: #b58a40;
--color-2: #e8b52c;
--color-3: #f7e08d;
--color-4: #d66829;
--color-5: #8e4b2e;
}
CSS con gradiente di sfondo Golden Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b58a40, #e8b52c, #f7e08d, #d66829, #8e4b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b58a40, #e8b52c, #f7e08d, #d66829, #8e4b2e);
}
Tavolozze di colori simili
Golden Shades color palette created on .