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