Paleta de colores Ethereal Nightshade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Nightshade palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Nightshade

/* CSS */
.color-1 {
color: #3e2b4a;
}
.color-2 {
color: #5d4b7c;
}
.color-3 {
color: #8d6e96;
}
.color-4 {
color: #b89fd0;
}
.color-5 {
color: #d4c4e8;
}

/* CSS Variables */
:root {
--color-1: #3e2b4a;
--color-2: #5d4b7c;
--color-3: #8d6e96;
--color-4: #b89fd0;
--color-5: #d4c4e8;
}

CSS del degradado de fondo Ethereal Nightshade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e2b4a, #5d4b7c, #8d6e96, #b89fd0, #d4c4e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e2b4a, #5d4b7c, #8d6e96, #b89fd0, #d4c4e8);
}

Ethereal Nightshade color palette created on .