Purple Royalty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Royalty palette
Purple Royalty color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #a35cbc;
}
.color-3 {
color: #d56c94;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #a35cbc;
--color-3: #d56c94;
--color-4: #ffb84d;
--color-5: #ff6e61;
}
Purple Royalty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #a35cbc, #d56c94, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #a35cbc, #d56c94, #ffb84d, #ff6e61);
}
Similar color palettes
Purple Royalty color palette created on .