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: #0071b8;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #5ed1e8;
}
.color-4 {
color: #a3e6f0;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #00a5e0;
--color-3: #5ed1e8;
--color-4: #a3e6f0;
--color-5: #e0f7fa;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #00a5e0, #5ed1e8, #a3e6f0, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #00a5e0, #5ed1e8, #a3e6f0, #e0f7fa);
}

Bright Blue color palette created on .