Purple Royalty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Royalty palette

Share this palette to:

Purple Royalty color palette CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #795fab;
}
.color-3 {
color: #a688c8;
}
.color-4 {
color: #c8a2d8;
}
.color-5 {
color: #e2c5e0;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #795fab;
--color-3: #a688c8;
--color-4: #c8a2d8;
--color-5: #e2c5e0;
}

Purple Royalty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #795fab, #a688c8, #c8a2d8, #e2c5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #795fab, #a688c8, #c8a2d8, #e2c5e0);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Purple Royalty color palette created on .