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: #6c508b;
}
.color-2 {
color: #9a5b91;
}
.color-3 {
color: #d7998e;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f67e23;
}
/* CSS Variables */
:root {
--color-1: #6c508b;
--color-2: #9a5b91;
--color-3: #d7998e;
--color-4: #f1c84b;
--color-5: #f67e23;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c508b, #9a5b91, #d7998e, #f1c84b, #f67e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c508b, #9a5b91, #d7998e, #f1c84b, #f67e23);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
Shades of Purple color palette created on .