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: #1f1b79;
}
.color-2 {
color: #3b2a89;
}
.color-3 {
color: #5c4b9b;
}
.color-4 {
color: #9f5b78;
}
.color-5 {
color: #f1a94b;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3b2a89;
--color-3: #5c4b9b;
--color-4: #9f5b78;
--color-5: #f1a94b;
}

Shades of Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3b2a89, #5c4b9b, #9f5b78, #f1a94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3b2a89, #5c4b9b, #9f5b78, #f1a94b);
}

Shades of Purple color palette created on .