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: #f0e1a3;
}
.color-2 {
color: #d1b299;
}
.color-3 {
color: #d78d6a;
}
.color-4 {
color: #b86b9a;
}
.color-5 {
color: #6f2c90;
}
/* CSS Variables */
:root {
--color-1: #f0e1a3;
--color-2: #d1b299;
--color-3: #d78d6a;
--color-4: #b86b9a;
--color-5: #6f2c90;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1a3, #d1b299, #d78d6a, #b86b9a, #6f2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1a3, #d1b299, #d78d6a, #b86b9a, #6f2c90);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Shades of Purple color palette created on .