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: #b75024;
}
.color-2 {
color: #f78222;
}
.color-3 {
color: #faa200;
}
.color-4 {
color: #fddd5d;
}
.color-5 {
color: #f8f0e2;
}

/* CSS Variables */
:root {
--color-1: #b75024;
--color-2: #f78222;
--color-3: #faa200;
--color-4: #fddd5d;
--color-5: #f8f0e2;
}

CSS con gradiente di sfondo Embers and Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b75024, #f78222, #faa200, #fddd5d, #f8f0e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b75024, #f78222, #faa200, #fddd5d, #f8f0e2);
}

Embers and Glow color palette created on .