Vincent's Vibrance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vincent's Vibrance palette
Vincent's Vibrance color palette PNG image
Vincent's Vibrance color palette CSS
/* CSS */
.color-1 {
color: #1d4e72;
}
.color-2 {
color: #2a8c9d;
}
.color-3 {
color: #4ab0b5;
}
.color-4 {
color: #83d8d1;
}
.color-5 {
color: #f3f7de;
}
/* CSS Variables */
:root {
--color-1: #1d4e72;
--color-2: #2a8c9d;
--color-3: #4ab0b5;
--color-4: #83d8d1;
--color-5: #f3f7de;
}
Vincent's Vibrance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4e72, #2a8c9d, #4ab0b5, #83d8d1, #f3f7de);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4e72, #2a8c9d, #4ab0b5, #83d8d1, #f3f7de);
}
Similar color palettes
Vincent's Vibrance color palette created on .