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: #5e4b8b;
}
.color-2 {
color: #a76c9a;
}
.color-3 {
color: #f2a69c;
}
.color-4 {
color: #f4c82a;
}
.color-5 {
color: #d8d80e;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #a76c9a;
--color-3: #f2a69c;
--color-4: #f4c82a;
--color-5: #d8d80e;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #a76c9a, #f2a69c, #f4c82a, #d8d80e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #a76c9a, #f2a69c, #f4c82a, #d8d80e);
}

Shades of Purple color palette created on .