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: #1d1c36;
}
.color-2 {
color: #2e2b50;
}
.color-3 {
color: #513d6c;
}
.color-4 {
color: #86508b;
}
.color-5 {
color: #9f6097;
}

/* CSS Variables */
:root {
--color-1: #1d1c36;
--color-2: #2e2b50;
--color-3: #513d6c;
--color-4: #86508b;
--color-5: #9f6097;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1c36, #2e2b50, #513d6c, #86508b, #9f6097);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1c36, #2e2b50, #513d6c, #86508b, #9f6097);
}

Shades of Purple color palette created on .