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: #1d6eb9;
}
.color-2 {
color: #64addd;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--color-1: #1d6eb9;
--color-2: #64addd;
--color-3: #a3d6e0;
--color-4: #f5c400;
--color-5: #ff6d2e;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d6eb9, #64addd, #a3d6e0, #f5c400, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d6eb9, #64addd, #a3d6e0, #f5c400, #ff6d2e);
}
Similar color palettes
Bright Blue color palette created on .