Paleta de colores Underworld Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Underworld Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Underworld Elegance

/* CSS */
.color-1 {
color: #4e3c6d;
}
.color-2 {
color: #7d5f9b;
}
.color-3 {
color: #a86eb9;
}
.color-4 {
color: #d0a2d7;
}
.color-5 {
color: #f2c0df;
}

/* CSS Variables */
:root {
--color-1: #4e3c6d;
--color-2: #7d5f9b;
--color-3: #a86eb9;
--color-4: #d0a2d7;
--color-5: #f2c0df;
}

CSS del degradado de fondo Underworld Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3c6d, #7d5f9b, #a86eb9, #d0a2d7, #f2c0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3c6d, #7d5f9b, #a86eb9, #d0a2d7, #f2c0df);
}

Underworld Elegance color palette created on .