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: #32309c;
}
.color-2 {
color: #5753ac;
}
.color-3 {
color: #937fb8;
}
.color-4 {
color: #cbaac6;
}
.color-5 {
color: #f6f6e4;
}
/* CSS Variables */
:root {
--color-1: #32309c;
--color-2: #5753ac;
--color-3: #937fb8;
--color-4: #cbaac6;
--color-5: #f6f6e4;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #32309c, #5753ac, #937fb8, #cbaac6, #f6f6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #32309c, #5753ac, #937fb8, #cbaac6, #f6f6e4);
}
Similar color palettes
Shades of Purple color palette created on .