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: #3c2e3d;
}
.color-2 {
color: #6b4b8b;
}
.color-3 {
color: #9f7a8b;
}
.color-4 {
color: #e9a5b1;
}
.color-5 {
color: #f5d4d1;
}
/* CSS Variables */
:root {
--color-1: #3c2e3d;
--color-2: #6b4b8b;
--color-3: #9f7a8b;
--color-4: #e9a5b1;
--color-5: #f5d4d1;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2e3d, #6b4b8b, #9f7a8b, #e9a5b1, #f5d4d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2e3d, #6b4b8b, #9f7a8b, #e9a5b1, #f5d4d1);
}
Similar color palettes
Shades of Purple color palette created on .