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: #2c6d9b;
}
.color-2 {
color: #5eb3d4;
}
.color-3 {
color: #8ce3f2;
}
.color-4 {
color: #f6f8f8;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #2c6d9b;
--color-2: #5eb3d4;
--color-3: #8ce3f2;
--color-4: #f6f8f8;
--color-5: #f0a400;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c6d9b, #5eb3d4, #8ce3f2, #f6f8f8, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c6d9b, #5eb3d4, #8ce3f2, #f6f8f8, #f0a400);
}

Bright Blue color palette created on .