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: #1f98a8;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #d94f3a;
}
.color-5 {
color: #6a2c90;
}

/* CSS Variables */
:root {
--color-1: #1f98a8;
--color-2: #ff6e61;
--color-3: #f5a300;
--color-4: #d94f3a;
--color-5: #6a2c90;
}

Vibrant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f98a8, #ff6e61, #f5a300, #d94f3a, #6a2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f98a8, #ff6e61, #f5a300, #d94f3a, #6a2c90);
}

Vibrant Blue color palette created on .