Purple Majesty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Majesty palette

Share this palette to:

Purple Majesty color palette CSS

/* CSS */
.color-1 {
color: #4a2c90;
}
.color-2 {
color: #7c4d9d;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #d5b0e8;
}
.color-5 {
color: #f1e5ff;
}

/* CSS Variables */
:root {
--color-1: #4a2c90;
--color-2: #7c4d9d;
--color-3: #a77ccb;
--color-4: #d5b0e8;
--color-5: #f1e5ff;
}

Purple Majesty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c90, #7c4d9d, #a77ccb, #d5b0e8, #f1e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c90, #7c4d9d, #a77ccb, #d5b0e8, #f1e5ff);
}

Purple Majesty color palette created on .