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