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