Purple Arcade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Arcade palette
Purple Arcade color palette CSS
/* CSS */
.color-1 {
color: #3d2a92;
}
.color-2 {
color: #5a4ebc;
}
.color-3 {
color: #887cd0;
}
.color-4 {
color: #afa0d4;
}
.color-5 {
color: #f1c84b;
}
/* CSS Variables */
:root {
--color-1: #3d2a92;
--color-2: #5a4ebc;
--color-3: #887cd0;
--color-4: #afa0d4;
--color-5: #f1c84b;
}
Purple Arcade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d2a92, #5a4ebc, #887cd0, #afa0d4, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d2a92, #5a4ebc, #887cd0, #afa0d4, #f1c84b);
}
Similar color palettes
Purple Arcade color palette created on .