Paleta de colores Embers Under Starlight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Embers Under Starlight palette

Compartir esta paleta en:

Descargar la paleta de colores Embers Under Starlight (PNG)

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

CSS de la paleta de colores Embers Under Starlight

/* 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 del degradado de fondo 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 .