Cool Ass Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Ass Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cool Ass Purple Color Palette (PNG)
Cool Ass Purple color palette CSS
/* CSS */
.color-1 {
color: #2d1c5e;
}
.color-2 {
color: #3d2678;
}
.color-3 {
color: #45348d;
}
.color-4 {
color: #553795;
}
.color-5 {
color: #552970;
}
/* CSS Variables */
:root {
--color-1: #2d1c5e;
--color-2: #3d2678;
--color-3: #45348d;
--color-4: #553795;
--color-5: #552970;
}
Cool Ass Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d1c5e, #3d2678, #45348d, #553795, #552970);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d1c5e, #3d2678, #45348d, #553795, #552970);
}
Similar color palettes
Cool Ass Purple color palette created on .