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: #ebd5b2;
}
.color-2 {
color: #f1b1b1;
}
.color-3 {
color: #f6a2d6;
}
.color-4 {
color: #bba4e0;
}
.color-5 {
color: #7d49ca;
}

/* CSS Variables */
:root {
--color-1: #ebd5b2;
--color-2: #f1b1b1;
--color-3: #f6a2d6;
--color-4: #bba4e0;
--color-5: #7d49ca;
}

CSS del degradado de fondo Ethereal Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebd5b2, #f1b1b1, #f6a2d6, #bba4e0, #7d49ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebd5b2, #f1b1b1, #f6a2d6, #bba4e0, #7d49ca);
}

Ethereal Elegance color palette created on .