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: #1c3f6d;
}
.color-2 {
color: #4b6f9b;
}
.color-3 {
color: #7fa5c3;
}
.color-4 {
color: #a6d1e8;
}
.color-5 {
color: #eaf4fa;
}

/* CSS Variables */
:root {
--color-1: #1c3f6d;
--color-2: #4b6f9b;
--color-3: #7fa5c3;
--color-4: #a6d1e8;
--color-5: #eaf4fa;
}

Blue Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f6d, #4b6f9b, #7fa5c3, #a6d1e8, #eaf4fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f6d, #4b6f9b, #7fa5c3, #a6d1e8, #eaf4fa);
}

Blue Horizon color palette created on .