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: #fde196;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #f0b505;
}
.color-4 {
color: #dba400;
}
.color-5 {
color: #c78f00;
}
/* CSS Variables */
:root {
--color-1: #fde196;
--color-2: #f6d12c;
--color-3: #f0b505;
--color-4: #dba400;
--color-5: #c78f00;
}
CSS con gradiente di sfondo Golden Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde196, #f6d12c, #f0b505, #dba400, #c78f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde196, #f6d12c, #f0b505, #dba400, #c78f00);
}
Tavolozze di colori simili
Golden Glow color palette created on .