Vincent Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vincent Blue Shades palette
Vincent Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #26345a;
}
.color-2 {
color: #3e5274;
}
.color-3 {
color: #61789e;
}
.color-4 {
color: #8a97b2;
}
.color-5 {
color: #9eadbd;
}
/* CSS Variables */
:root {
--color-1: #26345a;
--color-2: #3e5274;
--color-3: #61789e;
--color-4: #8a97b2;
--color-5: #9eadbd;
}
Vincent Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26345a, #3e5274, #61789e, #8a97b2, #9eadbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26345a, #3e5274, #61789e, #8a97b2, #9eadbd);
}
Similar color palettes
Vincent Blue Shades color palette created on .