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: #046a95;
}
.color-2 {
color: #0497b4;
}
.color-3 {
color: #06b1e5;
}
.color-4 {
color: #0dd3c9;
}
.color-5 {
color: #00ffb3;
}

/* CSS Variables */
:root {
--color-1: #046a95;
--color-2: #0497b4;
--color-3: #06b1e5;
--color-4: #0dd3c9;
--color-5: #00ffb3;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #046a95, #0497b4, #06b1e5, #0dd3c9, #00ffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #046a95, #0497b4, #06b1e5, #0dd3c9, #00ffb3);
}

Bright Blue color palette created on .