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: #0096db;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #5dd4e9;
}
.color-4 {
color: #a6e0f2;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b0e0;
--color-3: #5dd4e9;
--color-4: #a6e0f2;
--color-5: #e0f7fa;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b0e0, #5dd4e9, #a6e0f2, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b0e0, #5dd4e9, #a6e0f2, #e0f7fa);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Bright Blue color palette created on .