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: #d6a6e2;
}
.color-2 {
color: #a76c9f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f5b800;
}
.color-5 {
color: #4b9daa;
}
/* CSS Variables */
:root {
--color-1: #d6a6e2;
--color-2: #a76c9f;
--color-3: #ff6e61;
--color-4: #f5b800;
--color-5: #4b9daa;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a6e2, #a76c9f, #ff6e61, #f5b800, #4b9daa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a6e2, #a76c9f, #ff6e61, #f5b800, #4b9daa);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Shades of Purple color palette created on .