Blue Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Horizon palette
Blue Horizon color palette CSS
/* CSS */
.color-1 {
color: #1f3a5c;
}
.color-2 {
color: #49699c;
}
.color-3 {
color: #8ab1d0;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e87c6d;
}
/* CSS Variables */
:root {
--color-1: #1f3a5c;
--color-2: #49699c;
--color-3: #8ab1d0;
--color-4: #f1c84b;
--color-5: #e87c6d;
}
Blue Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a5c, #49699c, #8ab1d0, #f1c84b, #e87c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a5c, #49699c, #8ab1d0, #f1c84b, #e87c6d);
}
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
Blue Horizon color palette created on .