Shades of Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Purple palette

Share this palette to:

Shades of Purple color palette CSS

/* CSS */
.color-1 {
color: #a79bc5;
}
.color-2 {
color: #baa6d9;
}
.color-3 {
color: #cda5e9;
}
.color-4 {
color: #e6b3e0;
}
.color-5 {
color: #f5a8b8;
}

/* CSS Variables */
:root {
--color-1: #a79bc5;
--color-2: #baa6d9;
--color-3: #cda5e9;
--color-4: #e6b3e0;
--color-5: #f5a8b8;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a79bc5, #baa6d9, #cda5e9, #e6b3e0, #f5a8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a79bc5, #baa6d9, #cda5e9, #e6b3e0, #f5a8b8);
}

Shades of Purple color palette created on .