Purple Majesty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Majesty palette
Purple Majesty color palette PNG image
Purple Majesty color palette CSS
/* CSS */
.color-1 {
color: #9577b6;
}
.color-2 {
color: #a67abd;
}
.color-3 {
color: #bea7d7;
}
.color-4 {
color: #e2c5e0;
}
.color-5 {
color: #d8a2c2;
}
/* CSS Variables */
:root {
--color-1: #9577b6;
--color-2: #a67abd;
--color-3: #bea7d7;
--color-4: #e2c5e0;
--color-5: #d8a2c2;
}
Purple Majesty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9577b6, #a67abd, #bea7d7, #e2c5e0, #d8a2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9577b6, #a67abd, #bea7d7, #e2c5e0, #d8a2c2);
}
Similar color palettes
Purple Majesty color palette created on .