Embers and Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Embers and Glow palette

Condividi questa palette a:

Scarica la tavolozza dei colori Embers and Glow (PNG)

Download embers and glow color palette PNG image (landscape)
Download embers and glow color palette PNG image (square)

tavolozza dei colori Embers and Glow CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd70f;
}
.color-4 {
color: #b46c3c;
}
.color-5 {
color: #4b2c20;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffb84d;
--color-3: #ffd70f;
--color-4: #b46c3c;
--color-5: #4b2c20;
}

CSS con gradiente di sfondo Embers and Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffb84d, #ffd70f, #b46c3c, #4b2c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffb84d, #ffd70f, #b46c3c, #4b2c20);
}

Embers and Glow color palette created on .