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