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: #00aaff;
}
.color-2 {
color: #64d8e8;
}
.color-3 {
color: #9ce3e1;
}
.color-4 {
color: #bff3f3;
}
.color-5 {
color: #e0ffff;
}
/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #64d8e8;
--color-3: #9ce3e1;
--color-4: #bff3f3;
--color-5: #e0ffff;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #64d8e8, #9ce3e1, #bff3f3, #e0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #64d8e8, #9ce3e1, #bff3f3, #e0ffff);
}
Similar color palettes
Bright Blue color palette created on .