Paleta de colores Ethereal Dusk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Dusk palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Dusk

/* CSS */
.color-1 {
color: #ff8161;
}
.color-2 {
color: #feb47c;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #fff7b8;
}
.color-5 {
color: #a0b6f3;
}

/* CSS Variables */
:root {
--color-1: #ff8161;
--color-2: #feb47c;
--color-3: #ffb65c;
--color-4: #fff7b8;
--color-5: #a0b6f3;
}

CSS del degradado de fondo Ethereal Dusk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8161, #feb47c, #ffb65c, #fff7b8, #a0b6f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8161, #feb47c, #ffb65c, #fff7b8, #a0b6f3);
}

Ethereal Dusk color palette created on .