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: #2b3b50;
}
.color-2 {
color: #4b5c72;
}
.color-3 {
color: #7b9db7;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #f7b8a1;
}

/* CSS Variables */
:root {
--color-1: #2b3b50;
--color-2: #4b5c72;
--color-3: #7b9db7;
--color-4: #a8d3e1;
--color-5: #f7b8a1;
}

CSS del degradado de fondo Underworld Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3b50, #4b5c72, #7b9db7, #a8d3e1, #f7b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3b50, #4b5c72, #7b9db7, #a8d3e1, #f7b8a1);
}

Underworld Elegance color palette created on .