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: #1f89e5;
}
.color-2 {
color: #3ea2e5;
}
.color-3 {
color: #71b6e5;
}
.color-4 {
color: #a4d5e5;
}
.color-5 {
color: #e6f6f9;
}

/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #3ea2e5;
--color-3: #71b6e5;
--color-4: #a4d5e5;
--color-5: #e6f6f9;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #3ea2e5, #71b6e5, #a4d5e5, #e6f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #3ea2e5, #71b6e5, #a4d5e5, #e6f6f9);
}

Bright Blue color palette created on .