Vibrant Blue Spring Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Blue Spring palette

Share this palette to:

Download Vibrant Blue Spring Color Palette (PNG)

Download vibrant blue spring color palette PNG image (landscape)
Download vibrant blue spring color palette PNG image (square)

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);
}

Vibrant Blue Spring color palette created on .