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: #1e3a76;
}
.color-2 {
color: #3969b1;
}
.color-3 {
color: #80c6e0;
}
.color-4 {
color: #a6e8b6;
}
.color-5 {
color: #f1f7cf;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3969b1;
--color-3: #80c6e0;
--color-4: #a6e8b6;
--color-5: #f1f7cf;
}

Blue Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3969b1, #80c6e0, #a6e8b6, #f1f7cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3969b1, #80c6e0, #a6e8b6, #f1f7cf);
}

Blue Horizon color palette created on .