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: #690dab;
}
.color-2 {
color: #a800e0;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #ff5c9a;
}
.color-5 {
color: #ffc300;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a800e0;
--color-3: #d6006f;
--color-4: #ff5c9a;
--color-5: #ffc300;
}

Purple Majesty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a800e0, #d6006f, #ff5c9a, #ffc300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a800e0, #d6006f, #ff5c9a, #ffc300);
}

Purple Majesty color palette created on .