Paleta de colores Muted Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Muted Purple

/* CSS */
.color-1 {
color: #5e5b86;
}
.color-2 {
color: #d7c5d8;
}
.color-3 {
color: #f4bdae;
}
.color-4 {
color: #f9cf5d;
}
.color-5 {
color: #ad8b5c;
}

/* CSS Variables */
:root {
--color-1: #5e5b86;
--color-2: #d7c5d8;
--color-3: #f4bdae;
--color-4: #f9cf5d;
--color-5: #ad8b5c;
}

CSS del degradado de fondo Muted Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e5b86, #d7c5d8, #f4bdae, #f9cf5d, #ad8b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e5b86, #d7c5d8, #f4bdae, #f9cf5d, #ad8b5c);
}

Muted Purple color palette created on .