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: #5182bd;
}
.color-2 {
color: #68aee3;
}
.color-3 {
color: #9ed5e5;
}
.color-4 {
color: #f4b79f;
}
.color-5 {
color: #f4c19f;
}

/* CSS Variables */
:root {
--color-1: #5182bd;
--color-2: #68aee3;
--color-3: #9ed5e5;
--color-4: #f4b79f;
--color-5: #f4c19f;
}

Blue Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5182bd, #68aee3, #9ed5e5, #f4b79f, #f4c19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5182bd, #68aee3, #9ed5e5, #f4b79f, #f4c19f);
}

Blue Horizon color palette created on .