Embers and Glow Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Embers and Glow palette
tavolozza dei colori Embers and Glow CSS
/* CSS */
.color-1 {
color: #c2442e;
}
.color-2 {
color: #dd7c31;
}
.color-3 {
color: #e9b053;
}
.color-4 {
color: #eed591;
}
.color-5 {
color: #71432d;
}
/* CSS Variables */
:root {
--color-1: #c2442e;
--color-2: #dd7c31;
--color-3: #e9b053;
--color-4: #eed591;
--color-5: #71432d;
}
CSS con gradiente di sfondo Embers and Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2442e, #dd7c31, #e9b053, #eed591, #71432d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2442e, #dd7c31, #e9b053, #eed591, #71432d);
}
Tavolozze di colori simili
Embers and Glow color palette created on .