Paleta de colores Ethereal Undead Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Undead Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Undead Dreams

/* CSS */
.color-1 {
color: #afc2d4;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #fc511d;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #afc2d4;
--color-2: #f5a524;
--color-3: #fc511d;
--color-4: #9b58b6;
--color-5: #e77e23;
}

CSS del degradado de fondo Ethereal Undead Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afc2d4, #f5a524, #fc511d, #9b58b6, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afc2d4, #f5a524, #fc511d, #9b58b6, #e77e23);
}

Ethereal Undead Dreams color palette created on .