Purple Ringmaster Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Ringmaster palette
Purple Ringmaster color palette CSS
/* CSS */
.color-1 {
color: #6a3f88;
}
.color-2 {
color: #9b60be;
}
.color-3 {
color: #b78cd4;
}
.color-4 {
color: #d8a3e0;
}
.color-5 {
color: #e5c0f2;
}
/* CSS Variables */
:root {
--color-1: #6a3f88;
--color-2: #9b60be;
--color-3: #b78cd4;
--color-4: #d8a3e0;
--color-5: #e5c0f2;
}
Purple Ringmaster background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3f88, #9b60be, #b78cd4, #d8a3e0, #e5c0f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3f88, #9b60be, #b78cd4, #d8a3e0, #e5c0f2);
}
Similar color palettes
Purple Ringmaster color palette created on .