Paleta de colores Ethereal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ethereal

Download ethereal color palette PNG image (landscape)
Download ethereal color palette PNG image (square)

CSS de la paleta de colores Ethereal

/* CSS */
.color-1 {
color: #d2c3df;
}
.color-2 {
color: #a5b5e3;
}
.color-3 {
color: #70b3d2;
}
.color-4 {
color: #3bb09a;
}
.color-5 {
color: #4e818d;
}

/* CSS Variables */
:root {
--color-1: #d2c3df;
--color-2: #a5b5e3;
--color-3: #70b3d2;
--color-4: #3bb09a;
--color-5: #4e818d;
}

CSS del degradado de fondo Ethereal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c3df, #a5b5e3, #70b3d2, #3bb09a, #4e818d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c3df, #a5b5e3, #70b3d2, #3bb09a, #4e818d);
}

Ethereal color palette created on .