Vibrant Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Blue palette

Share this palette to:

Vibrant Blue color palette CSS

/* CSS */
.color-1 {
color: #002b5c;
}
.color-2 {
color: #0057a3;
}
.color-3 {
color: #0084d1;
}
.color-4 {
color: #5cb6e0;
}
.color-5 {
color: #98d7e1;
}

/* CSS Variables */
:root {
--color-1: #002b5c;
--color-2: #0057a3;
--color-3: #0084d1;
--color-4: #5cb6e0;
--color-5: #98d7e1;
}

Vibrant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002b5c, #0057a3, #0084d1, #5cb6e0, #98d7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002b5c, #0057a3, #0084d1, #5cb6e0, #98d7e1);
}

Vibrant Blue color palette created on .