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: #1f96ff;
}
.color-2 {
color: #5cb8ff;
}
.color-3 {
color: #88d1fb;
}
.color-4 {
color: #b7e4f5;
}
.color-5 {
color: #dff8fb;
}
/* CSS Variables */
:root {
--color-1: #1f96ff;
--color-2: #5cb8ff;
--color-3: #88d1fb;
--color-4: #b7e4f5;
--color-5: #dff8fb;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f96ff, #5cb8ff, #88d1fb, #b7e4f5, #dff8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f96ff, #5cb8ff, #88d1fb, #b7e4f5, #dff8fb);
}
Similar color palettes
Bright Blue color palette created on .