Shades of Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #897cb1;
}
.color-2 {
color: #6a5b76;
}
.color-3 {
color: #4a3a3a;
}
.color-4 {
color: #c08f7c;
}
.color-5 {
color: #d9ba5e;
}
/* CSS Variables */
:root {
--color-1: #897cb1;
--color-2: #6a5b76;
--color-3: #4a3a3a;
--color-4: #c08f7c;
--color-5: #d9ba5e;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #897cb1, #6a5b76, #4a3a3a, #c08f7c, #d9ba5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #897cb1, #6a5b76, #4a3a3a, #c08f7c, #d9ba5e);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Shades of Purple color palette created on .