Bright Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue palette
Bright Blue color palette CSS
/* CSS */
.color-1 {
color: #001bcc;
}
.color-2 {
color: #00a1ff;
}
.color-3 {
color: #66d1ff;
}
.color-4 {
color: #9ef9ff;
}
.color-5 {
color: #c2faff;
}
/* CSS Variables */
:root {
--color-1: #001bcc;
--color-2: #00a1ff;
--color-3: #66d1ff;
--color-4: #9ef9ff;
--color-5: #c2faff;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001bcc, #00a1ff, #66d1ff, #9ef9ff, #c2faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001bcc, #00a1ff, #66d1ff, #9ef9ff, #c2faff);
}
Similar color palettes
Bright Blue color palette created on .