Bright Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Blue palette

Share this palette to:

Bright Blue color palette CSS

/* CSS */
.color-1 {
color: #f5f9ff;
}
.color-2 {
color: #b1e1f1;
}
.color-3 {
color: #71c1d6;
}
.color-4 {
color: #3e98b1;
}
.color-5 {
color: #2b7a91;
}

/* CSS Variables */
:root {
--color-1: #f5f9ff;
--color-2: #b1e1f1;
--color-3: #71c1d6;
--color-4: #3e98b1;
--color-5: #2b7a91;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f9ff, #b1e1f1, #71c1d6, #3e98b1, #2b7a91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f9ff, #b1e1f1, #71c1d6, #3e98b1, #2b7a91);
}

Bright Blue color palette created on .