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: #6a5bcd;
}
.color-2 {
color: #b3b3ff;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3333;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #b3b3ff;
--color-3: #ffcc66;
--color-4: #ff6e61;
--color-5: #ff3333;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #b3b3ff, #ffcc66, #ff6e61, #ff3333);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #b3b3ff, #ffcc66, #ff6e61, #ff3333);
}

Shades of Purple color palette created on .