Misty Purple Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Purple Shades palette

Share this palette to:

Misty Purple Shades color palette CSS

/* 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;
}

Misty Purple Shades background gradient CSS

/* 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 .