Blue Viola Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Viola Shades palette
Blue Viola Shades color palette CSS
/* CSS */
.color-1 {
color: #4b85f1;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #698cab;
}
.color-4 {
color: #c7a2d7;
}
.color-5 {
color: #5e5b9a;
}
/* CSS Variables */
:root {
--color-1: #4b85f1;
--color-2: #a3c2e0;
--color-3: #698cab;
--color-4: #c7a2d7;
--color-5: #5e5b9a;
}
Blue Viola Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b85f1, #a3c2e0, #698cab, #c7a2d7, #5e5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b85f1, #a3c2e0, #698cab, #c7a2d7, #5e5b9a);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Viola Shades color palette created on .