Shades of Mauve Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Mauve palette
Shades of Mauve color palette CSS
/* CSS */
.color-1 {
color: #e0b3ff;
}
.color-2 {
color: #d8a3e1;
}
.color-3 {
color: #c58dd8;
}
.color-4 {
color: #b87dcf;
}
.color-5 {
color: #a768c4;
}
/* CSS Variables */
:root {
--color-1: #e0b3ff;
--color-2: #d8a3e1;
--color-3: #c58dd8;
--color-4: #b87dcf;
--color-5: #a768c4;
}
Shades of Mauve background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b3ff, #d8a3e1, #c58dd8, #b87dcf, #a768c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b3ff, #d8a3e1, #c58dd8, #b87dcf, #a768c4);
}
Similar color palettes
Shades of Mauve color palette created on .