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