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: #1d3f91;
}
.color-2 {
color: #3a6bb6;
}
.color-3 {
color: #5d9ee5;
}
.color-4 {
color: #8ac6f4;
}
.color-5 {
color: #a3e3ff;
}
/* CSS Variables */
:root {
--color-1: #1d3f91;
--color-2: #3a6bb6;
--color-3: #5d9ee5;
--color-4: #8ac6f4;
--color-5: #a3e3ff;
}
Vincent Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f91, #3a6bb6, #5d9ee5, #8ac6f4, #a3e3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f91, #3a6bb6, #5d9ee5, #8ac6f4, #a3e3ff);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Vincent Blue Shades color palette created on .