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: #78c7d3;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #78c7d3;
--color-2: #f0a800;
--color-3: #ff6e61;
--color-4: #ffcb5c;
--color-5: #ff3c00;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c7d3, #f0a800, #ff6e61, #ffcb5c, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c7d3, #f0a800, #ff6e61, #ffcb5c, #ff3c00);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Bright Blue color palette created on .