Purple Gaming Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Gaming palette
Purple Gaming color palette CSS
/* CSS */
.color-1 {
color: #1f1a3d;
}
.color-2 {
color: #3d2a5b;
}
.color-3 {
color: #6f4c9a;
}
.color-4 {
color: #b57d9c;
}
.color-5 {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--color-1: #1f1a3d;
--color-2: #3d2a5b;
--color-3: #6f4c9a;
--color-4: #b57d9c;
--color-5: #f1a8a2;
}
Purple Gaming background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1a3d, #3d2a5b, #6f4c9a, #b57d9c, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1a3d, #3d2a5b, #6f4c9a, #b57d9c, #f1a8a2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Purple Gaming color palette created on .