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: #4a2c90;
}
.color-2 {
color: #794ea2;
}
.color-3 {
color: #a965b3;
}
.color-4 {
color: #d7a070;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #4a2c90;
--color-2: #794ea2;
--color-3: #a965b3;
--color-4: #d7a070;
--color-5: #f1c84b;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c90, #794ea2, #a965b3, #d7a070, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c90, #794ea2, #a965b3, #d7a070, #f1c84b);
}

Shades of Purple color palette created on .