Paleta de colores Moody Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Moody Elegance palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Moody Elegance

Download moody elegance color palette PNG image (landscape)
Download moody elegance color palette PNG image (square)

CSS de la paleta de colores Moody Elegance

/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #6b5091;
}
.color-3 {
color: #a45b9c;
}
.color-4 {
color: #c67b99;
}
.color-5 {
color: #e5a27b;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6b5091;
--color-3: #a45b9c;
--color-4: #c67b99;
--color-5: #e5a27b;
}

CSS del degradado de fondo Moody Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6b5091, #a45b9c, #c67b99, #e5a27b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6b5091, #a45b9c, #c67b99, #e5a27b);
}

Moody Elegance color palette created on .