Paleta de colores Misty Purple Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Misty Purple Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Misty Purple Shades

/* CSS */
.color-1 {
color: #a396c5;
}
.color-2 {
color: #e2c8e5;
}
.color-3 {
color: #b19dcd;
}
.color-4 {
color: #a57dba;
}
.color-5 {
color: #7a5b8b;
}

/* CSS Variables */
:root {
--color-1: #a396c5;
--color-2: #e2c8e5;
--color-3: #b19dcd;
--color-4: #a57dba;
--color-5: #7a5b8b;
}

CSS del degradado de fondo Misty Purple Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a396c5, #e2c8e5, #b19dcd, #a57dba, #7a5b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a396c5, #e2c8e5, #b19dcd, #a57dba, #7a5b8b);
}

Misty Purple Shades color palette created on .