Soft Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Purple palette
Soft Purple color palette CSS
/* CSS */
.color-1 {
color: #794c9a;
}
.color-2 {
color: #9a79be;
}
.color-3 {
color: #c2a2d7;
}
.color-4 {
color: #e6c6f1;
}
.color-5 {
color: #f2a6d6;
}
/* CSS Variables */
:root {
--color-1: #794c9a;
--color-2: #9a79be;
--color-3: #c2a2d7;
--color-4: #e6c6f1;
--color-5: #f2a6d6;
}
Soft Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c9a, #9a79be, #c2a2d7, #e6c6f1, #f2a6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c9a, #9a79be, #c2a2d7, #e6c6f1, #f2a6d6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Soft Purple color palette created on .