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: #1f3a61;
}
.color-2 {
color: #4a6b87;
}
.color-3 {
color: #80a2b3;
}
.color-4 {
color: #b1d8e7;
}
.color-5 {
color: #f4c543;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4a6b87;
--color-3: #80a2b3;
--color-4: #b1d8e7;
--color-5: #f4c543;
}

Blue Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4a6b87, #80a2b3, #b1d8e7, #f4c543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4a6b87, #80a2b3, #b1d8e7, #f4c543);
}

Blue Horizon color palette created on .