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