Shades of Viola Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Viola palette
Shades of Viola color palette CSS
/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #d69eb8;
}
.color-3 {
color: #b88fc1;
}
.color-4 {
color: #a76bb8;
}
.color-5 {
color: #794d9d;
}
/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #d69eb8;
--color-3: #b88fc1;
--color-4: #a76bb8;
--color-5: #794d9d;
}
Shades of Viola background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #d69eb8, #b88fc1, #a76bb8, #794d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #d69eb8, #b88fc1, #a76bb8, #794d9d);
}
Similar color palettes
Shades of Viola color palette created on .