Serene Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Horizon palette

Share this palette to:

Serene Horizon color palette CSS

/* CSS */
.color-1 {
color: #4ebaf4;
}
.color-2 {
color: #5ed0e4;
}
.color-3 {
color: #8ee1e0;
}
.color-4 {
color: #f4c89f;
}
.color-5 {
color: #f79e78;
}

/* CSS Variables */
:root {
--color-1: #4ebaf4;
--color-2: #5ed0e4;
--color-3: #8ee1e0;
--color-4: #f4c89f;
--color-5: #f79e78;
}

Serene Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ebaf4, #5ed0e4, #8ee1e0, #f4c89f, #f79e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ebaf4, #5ed0e4, #8ee1e0, #f4c89f, #f79e78);
}

Serene Horizon color palette created on .