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: #380a43;
}
.color-2 {
color: #5b2a6f;
}
.color-3 {
color: #8c4d9d;
}
.color-4 {
color: #d0a4b7;
}
.color-5 {
color: #f4bed6;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #5b2a6f;
--color-3: #8c4d9d;
--color-4: #d0a4b7;
--color-5: #f4bed6;
}

CSS del degradado de fondo Ethereal Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #5b2a6f, #8c4d9d, #d0a4b7, #f4bed6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #5b2a6f, #8c4d9d, #d0a4b7, #f4bed6);
}

Ethereal Shadows color palette created on .