Bright Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Blue palette

Share this palette to:

Download Bright Blue Color Palette (PNG)

Download bright blue color palette PNG image (landscape)
Download bright blue color palette PNG image (square)

Bright Blue color palette CSS

/* CSS */
.color-1 {
color: #5496d4;
}
.color-2 {
color: #43b2d0;
}
.color-3 {
color: #7eb8cd;
}
.color-4 {
color: #93cbcc;
}
.color-5 {
color: #a6d8d4;
}

/* CSS Variables */
:root {
--color-1: #5496d4;
--color-2: #43b2d0;
--color-3: #7eb8cd;
--color-4: #93cbcc;
--color-5: #a6d8d4;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5496d4, #43b2d0, #7eb8cd, #93cbcc, #a6d8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5496d4, #43b2d0, #7eb8cd, #93cbcc, #a6d8d4);
}

Similar color palettes

Bright Blue color palette created on .