Paleta de colores Ethereal Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Elegance

/* CSS */
.color-1 {
color: #d0b5e3;
}
.color-2 {
color: #a26d99;
}
.color-3 {
color: #f1a7b8;
}
.color-4 {
color: #f4d462;
}
.color-5 {
color: #9fc6a6;
}

/* CSS Variables */
:root {
--color-1: #d0b5e3;
--color-2: #a26d99;
--color-3: #f1a7b8;
--color-4: #f4d462;
--color-5: #9fc6a6;
}

CSS del degradado de fondo Ethereal Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0b5e3, #a26d99, #f1a7b8, #f4d462, #9fc6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0b5e3, #a26d99, #f1a7b8, #f4d462, #9fc6a6);
}

Ethereal Elegance color palette created on .