Purple Playful Grunge Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Playful Grunge palette
Purple Playful Grunge color palette CSS
/* CSS */
.color-1 {
color: #4b3d6c;
}
.color-2 {
color: #704f8c;
}
.color-3 {
color: #b36b9b;
}
.color-4 {
color: #f0a3a9;
}
.color-5 {
color: #f7c3c0;
}
/* CSS Variables */
:root {
--color-1: #4b3d6c;
--color-2: #704f8c;
--color-3: #b36b9b;
--color-4: #f0a3a9;
--color-5: #f7c3c0;
}
Purple Playful Grunge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6c, #704f8c, #b36b9b, #f0a3a9, #f7c3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6c, #704f8c, #b36b9b, #f0a3a9, #f7c3c0);
}
Similar color palettes
Scroll down to explore 1 Aesthetic color palette
Purple Playful Grunge color palette created on .