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 PNG image

Download purple majesty color palette PNG image (landscape)
Download purple majesty color palette PNG image (square)

Purple Majesty color palette CSS

/* CSS */
.color-1 {
color: #9b7dbf;
}
.color-2 {
color: #b09fdb;
}
.color-3 {
color: #d1c1f0;
}
.color-4 {
color: #e3b5e3;
}
.color-5 {
color: #d7799a;
}

/* CSS Variables */
:root {
--color-1: #9b7dbf;
--color-2: #b09fdb;
--color-3: #d1c1f0;
--color-4: #e3b5e3;
--color-5: #d7799a;
}

Purple Majesty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b7dbf, #b09fdb, #d1c1f0, #e3b5e3, #d7799a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b7dbf, #b09fdb, #d1c1f0, #e3b5e3, #d7799a);
}

Similar color palettes

Scroll down to explore 1 Purple color palette

Purple Majesty color palette created on .