Cherry Pie Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cherry Pie Shades palette
Cherry Pie Shades color palette CSS
/* CSS */
.color-1 {
color: #2a0359;
}
.color-2 {
color: #4a0d7d;
}
.color-3 {
color: #7e2e9e;
}
.color-4 {
color: #b654b2;
}
.color-5 {
color: #f1a7c7;
}
/* CSS Variables */
:root {
--color-1: #2a0359;
--color-2: #4a0d7d;
--color-3: #7e2e9e;
--color-4: #b654b2;
--color-5: #f1a7c7;
}
Cherry Pie Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a0359, #4a0d7d, #7e2e9e, #b654b2, #f1a7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a0359, #4a0d7d, #7e2e9e, #b654b2, #f1a7c7);
}
Similar color palettes
Scroll down to explore 200+ Purple color palettes
Cherry Pie Shades color palette created on .