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: #d39fe0;
}
.color-2 {
color: #a45cb7;
}
.color-3 {
color: #a35c84;
}
.color-4 {
color: #e03e3e;
}
.color-5 {
color: #f5c55b;
}
/* CSS Variables */
:root {
--color-1: #d39fe0;
--color-2: #a45cb7;
--color-3: #a35c84;
--color-4: #e03e3e;
--color-5: #f5c55b;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d39fe0, #a45cb7, #a35c84, #e03e3e, #f5c55b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d39fe0, #a45cb7, #a35c84, #e03e3e, #f5c55b);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Purple color palette created on .