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: #1f1e4d;
}
.color-2 {
color: #4b3e6f;
}
.color-3 {
color: #7b6e8c;
}
.color-4 {
color: #c7b2b7;
}
.color-5 {
color: #f7d0b6;
}

/* CSS Variables */
:root {
--color-1: #1f1e4d;
--color-2: #4b3e6f;
--color-3: #7b6e8c;
--color-4: #c7b2b7;
--color-5: #f7d0b6;
}

CSS del degradado de fondo Ethereal Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1e4d, #4b3e6f, #7b6e8c, #c7b2b7, #f7d0b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1e4d, #4b3e6f, #7b6e8c, #c7b2b7, #f7d0b6);
}

Ethereal Elegance color palette created on .