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: #ff5b29;
}
.color-2 {
color: #f7b32b;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #b3e2ff;
}
.color-5 {
color: #4ba0e2;
}

/* CSS Variables */
:root {
--color-1: #ff5b29;
--color-2: #f7b32b;
--color-3: #f1e1b1;
--color-4: #b3e2ff;
--color-5: #4ba0e2;
}

Vibrant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5b29, #f7b32b, #f1e1b1, #b3e2ff, #4ba0e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5b29, #f7b32b, #f1e1b1, #b3e2ff, #4ba0e2);
}

Vibrant Blue color palette created on .