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: #00bfff;
}
.color-2 {
color: #00aaff;
}
.color-3 {
color: #007fff;
}
.color-4 {
color: #0055ff;
}
.color-5 {
color: #0033cc;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #00aaff;
--color-3: #007fff;
--color-4: #0055ff;
--color-5: #0033cc;
}

Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #00aaff, #007fff, #0055ff, #0033cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #00aaff, #007fff, #0055ff, #0033cc);
}

Bright Blue color palette created on .