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: #3b99d8;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e05a00;
}
/* CSS Variables */
:root {
--color-1: #3b99d8;
--color-2: #ffd900;
--color-3: #ff6e61;
--color-4: #f0a800;
--color-5: #e05a00;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b99d8, #ffd900, #ff6e61, #f0a800, #e05a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b99d8, #ffd900, #ff6e61, #f0a800, #e05a00);
}
Similar color palettes
- Blue Book
- Whimsical Serenity
- Oceanic Breeze
- Petals of Hanako
- Shades of Purple
- Shades of Purple
- Dark Purple Shades
- Whispering Twilight
- Whispering Twilight
- Pink and Blue Harmony
- Celestial Harmony
- Blue Jean Breeze
- Oceanic Sunset
- Serene Disquiet
- Light Blue Sea Goddess
- Serenade of the Sea
- Whimsical Serenity
- Dark Blue Interface
Bright Blue color palette created on .