Loading...
Shades of Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple palette
Download Shades of Purple Color Palette (PNG)
Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #b8a6d9;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f1a7b8;
}
.color-4 {
color: #fbcb79;
}
.color-5 {
color: #f76e7b;
}
/* CSS Variables */
:root {
--color-1: #b8a6d9;
--color-2: #a77ccb;
--color-3: #f1a7b8;
--color-4: #fbcb79;
--color-5: #f76e7b;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8a6d9, #a77ccb, #f1a7b8, #fbcb79, #f76e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8a6d9, #a77ccb, #f1a7b8, #fbcb79, #f76e7b);
}
Similar color palettes
Shades of Purple color palette created on .