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: #3b9fd8;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #ff673d;
}
.color-4 {
color: #f15a22;
}
.color-5 {
color: #d8416e;
}

/* CSS Variables */
:root {
--color-1: #3b9fd8;
--color-2: #f7c94b;
--color-3: #ff673d;
--color-4: #f15a22;
--color-5: #d8416e;
}

Vibrant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9fd8, #f7c94b, #ff673d, #f15a22, #d8416e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9fd8, #f7c94b, #ff673d, #f15a22, #d8416e);
}

Vibrant Blue color palette created on .