Sophisticated Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sophisticated Purple palette

Share this palette to:

Sophisticated Purple color palette CSS

/* CSS */
.color-1 {
color: #6c7989;
}
.color-2 {
color: #d9c8b0;
}
.color-3 {
color: #f2e6b1;
}
.color-4 {
color: #c8b2d2;
}
.color-5 {
color: #6a4a8c;
}

/* CSS Variables */
:root {
--color-1: #6c7989;
--color-2: #d9c8b0;
--color-3: #f2e6b1;
--color-4: #c8b2d2;
--color-5: #6a4a8c;
}

Sophisticated Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c7989, #d9c8b0, #f2e6b1, #c8b2d2, #6a4a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c7989, #d9c8b0, #f2e6b1, #c8b2d2, #6a4a8c);
}

Sophisticated Purple color palette created on .