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: #1e518a;
}
.color-2 {
color: #4b8dc3;
}
.color-3 {
color: #7ab4e6;
}
.color-4 {
color: #b2e0f0;
}
.color-5 {
color: #f0e78e;
}
/* CSS Variables */
:root {
--color-1: #1e518a;
--color-2: #4b8dc3;
--color-3: #7ab4e6;
--color-4: #b2e0f0;
--color-5: #f0e78e;
}
Blue Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e518a, #4b8dc3, #7ab4e6, #b2e0f0, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e518a, #4b8dc3, #7ab4e6, #b2e0f0, #f0e78e);
}
Similar color palettes
Blue Horizon color palette created on .