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: #a1dff7;
}
.color-2 {
color: #ed4a31;
}
.color-3 {
color: #211f23;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #a9e5d0;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #ed4a31;
--color-3: #211f23;
--color-4: #ffffff;
--color-5: #a9e5d0;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #ed4a31, #211f23, #ffffff, #a9e5d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #ed4a31, #211f23, #ffffff, #a9e5d0);
}

Similar color palettes

Bright Blue color palette created on .