Gentle Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gentle Horizon palette

Share this palette to:

Gentle Horizon color palette CSS

/* CSS */
.color-1 {
color: #e4eff6;
}
.color-2 {
color: #d0e6df;
}
.color-3 {
color: #b8d7e5;
}
.color-4 {
color: #a2b8c8;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #e4eff6;
--color-2: #d0e6df;
--color-3: #b8d7e5;
--color-4: #a2b8c8;
--color-5: #f2f2f2;
}

Gentle Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4eff6, #d0e6df, #b8d7e5, #a2b8c8, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4eff6, #d0e6df, #b8d7e5, #a2b8c8, #f2f2f2);
}

Gentle Horizon color palette created on .