Vibrant Blue Spring Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Blue Spring palette
Download Vibrant Blue Spring Color Palette (PNG)
Vibrant Blue Spring color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #5b7f9f;
}
.color-3 {
color: #8db9d3;
}
.color-4 {
color: #f3a34f;
}
.color-5 {
color: #e64e3d;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #5b7f9f;
--color-3: #8db9d3;
--color-4: #f3a34f;
--color-5: #e64e3d;
}
Vibrant Blue Spring background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #5b7f9f, #8db9d3, #f3a34f, #e64e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #5b7f9f, #8db9d3, #f3a34f, #e64e3d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Vibrant Blue Spring color palette created on .