Pink Purple Blue Arcade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Purple Blue Arcade palette
Pink Purple Blue Arcade color palette CSS
/* CSS */
.color-1 {
color: #f7a1b1;
}
.color-2 {
color: #d09ad5;
}
.color-3 {
color: #897ac7;
}
.color-4 {
color: #5c8bf0;
}
.color-5 {
color: #3a4a9c;
}
/* CSS Variables */
:root {
--color-1: #f7a1b1;
--color-2: #d09ad5;
--color-3: #897ac7;
--color-4: #5c8bf0;
--color-5: #3a4a9c;
}
Pink Purple Blue Arcade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b1, #d09ad5, #897ac7, #5c8bf0, #3a4a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b1, #d09ad5, #897ac7, #5c8bf0, #3a4a9c);
}
Similar color palettes
Pink Purple Blue Arcade color palette created on .