Shades of Viola Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Viola palette

Share this palette to:

Shades of Viola color palette CSS

/* CSS */
.color-1 {
color: #f2b1c0;
}
.color-2 {
color: #d89db3;
}
.color-3 {
color: #a66e8d;
}
.color-4 {
color: #7d4f6d;
}
.color-5 {
color: #4b2a3b;
}

/* CSS Variables */
:root {
--color-1: #f2b1c0;
--color-2: #d89db3;
--color-3: #a66e8d;
--color-4: #7d4f6d;
--color-5: #4b2a3b;
}

Shades of Viola background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1c0, #d89db3, #a66e8d, #7d4f6d, #4b2a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1c0, #d89db3, #a66e8d, #7d4f6d, #4b2a3b);
}

Shades of Viola color palette created on .