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