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: #1e4e7b;
}
.color-2 {
color: #4f8dbf;
}
.color-3 {
color: #7dbae8;
}
.color-4 {
color: #a4d6e0;
}
.color-5 {
color: #e0aedf;
}

/* CSS Variables */
:root {
--color-1: #1e4e7b;
--color-2: #4f8dbf;
--color-3: #7dbae8;
--color-4: #a4d6e0;
--color-5: #e0aedf;
}

Blue Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e7b, #4f8dbf, #7dbae8, #a4d6e0, #e0aedf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e7b, #4f8dbf, #7dbae8, #a4d6e0, #e0aedf);
}

Blue Horizon color palette created on .