Purple Punishment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Punishment palette
Purple Punishment color palette CSS
/* CSS */
.color-1 {
color: #6a3f88;
}
.color-2 {
color: #a76bae;
}
.color-3 {
color: #e59fb4;
}
.color-4 {
color: #f8c3b4;
}
.color-5 {
color: #f9e1b4;
}
/* CSS Variables */
:root {
--color-1: #6a3f88;
--color-2: #a76bae;
--color-3: #e59fb4;
--color-4: #f8c3b4;
--color-5: #f9e1b4;
}
Purple Punishment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3f88, #a76bae, #e59fb4, #f8c3b4, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3f88, #a76bae, #e59fb4, #f8c3b4, #f9e1b4);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Purple Punishment color palette created on .