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: #f5f1f0;
}
.color-2 {
color: #d4c3bf;
}
.color-3 {
color: #b59bc5;
}
.color-4 {
color: #7e6ea6;
}
.color-5 {
color: #4b4e8b;
}
/* CSS Variables */
:root {
--color-1: #f5f1f0;
--color-2: #d4c3bf;
--color-3: #b59bc5;
--color-4: #7e6ea6;
--color-5: #4b4e8b;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f1f0, #d4c3bf, #b59bc5, #7e6ea6, #4b4e8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f1f0, #d4c3bf, #b59bc5, #7e6ea6, #4b4e8b);
}
Similar color palettes
Shades of Purple color palette created on .