Blue Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Horizon palette

Share this palette to:

Blue Horizon color palette CSS

/* CSS */
.color-1 {
color: #0f428a;
}
.color-2 {
color: #3a7a9c;
}
.color-3 {
color: #a6d5e7;
}
.color-4 {
color: #f0b43d;
}
.color-5 {
color: #e55d3e;
}

/* CSS Variables */
:root {
--color-1: #0f428a;
--color-2: #3a7a9c;
--color-3: #a6d5e7;
--color-4: #f0b43d;
--color-5: #e55d3e;
}

Blue Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f428a, #3a7a9c, #a6d5e7, #f0b43d, #e55d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f428a, #3a7a9c, #a6d5e7, #f0b43d, #e55d3e);
}

Blue Horizon color palette created on .