Loading...
Bright Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue palette
Download Bright Blue Color Palette (PNG)
Bright Blue color palette CSS
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #80ffd4;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #ff4400;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #80ffd4;
--color-3: #ffd900;
--color-4: #ff6bb5;
--color-5: #ff4400;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #80ffd4, #ffd900, #ff6bb5, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #80ffd4, #ffd900, #ff6bb5, #ff4400);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Bright Blue color palette created on .