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