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