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: #2e9aff;
}
.color-2 {
color: #57beff;
}
.color-3 {
color: #8ad4ff;
}
.color-4 {
color: #b8e1ff;
}
.color-5 {
color: #dbfcff;
}

/* CSS Variables */
:root {
--color-1: #2e9aff;
--color-2: #57beff;
--color-3: #8ad4ff;
--color-4: #b8e1ff;
--color-5: #dbfcff;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e9aff, #57beff, #8ad4ff, #b8e1ff, #dbfcff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e9aff, #57beff, #8ad4ff, #b8e1ff, #dbfcff);
}

Similar color palettes

Bright Blue color palette created on .