Paleta de colores Ethereal Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Shadows

/* CSS */
.color-1 {
color: #4c3c5d;
}
.color-2 {
color: #6a4a8c;
}
.color-3 {
color: #9c7dba;
}
.color-4 {
color: #c2b9e4;
}
.color-5 {
color: #d7c0e3;
}

/* CSS Variables */
:root {
--color-1: #4c3c5d;
--color-2: #6a4a8c;
--color-3: #9c7dba;
--color-4: #c2b9e4;
--color-5: #d7c0e3;
}

CSS del degradado de fondo Ethereal Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3c5d, #6a4a8c, #9c7dba, #c2b9e4, #d7c0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3c5d, #6a4a8c, #9c7dba, #c2b9e4, #d7c0e3);
}

Ethereal Shadows color palette created on .