Embers and Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Embers and Glow palette

Condividi questa palette a:

tavolozza dei colori Embers and Glow CSS

/* CSS */
.color-1 {
color: #c44f3b;
}
.color-2 {
color: #e2843c;
}
.color-3 {
color: #f2b95f;
}
.color-4 {
color: #f7e0a1;
}
.color-5 {
color: #6e4b3a;
}

/* CSS Variables */
:root {
--color-1: #c44f3b;
--color-2: #e2843c;
--color-3: #f2b95f;
--color-4: #f7e0a1;
--color-5: #6e4b3a;
}

CSS con gradiente di sfondo Embers and Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c44f3b, #e2843c, #f2b95f, #f7e0a1, #6e4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c44f3b, #e2843c, #f2b95f, #f7e0a1, #6e4b3a);
}

Embers and Glow color palette created on .