Embers Under Starlight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Embers Under Starlight palette

Condividi questa palette a:

Scarica la tavolozza dei colori Embers Under Starlight (PNG)

Download embers under starlight color palette PNG image (landscape)
Download embers under starlight color palette PNG image (square)

tavolozza dei colori Embers Under Starlight CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #e63746;
}
.color-3 {
color: #f2faef;
}
.color-4 {
color: #a7dadc;
}
.color-5 {
color: #447a9c;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #e63746;
--color-3: #f2faef;
--color-4: #a7dadc;
--color-5: #447a9c;
}

CSS con gradiente di sfondo Embers Under Starlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #e63746, #f2faef, #a7dadc, #447a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #e63746, #f2faef, #a7dadc, #447a9c);
}

Embers Under Starlight color palette created on .