Serene Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Horizon palette

Share this palette to:

Download Serene Horizon Color Palette (PNG)

Download serene horizon color palette PNG image (landscape)
Download serene horizon color palette PNG image (square)

Serene Horizon color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #0218a7;
}
.color-3 {
color: #02f7b2;
}
.color-4 {
color: #627bf9;
}
.color-5 {
color: #0824dd;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #0218a7;
--color-3: #02f7b2;
--color-4: #627bf9;
--color-5: #0824dd;
}

Serene Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #0218a7, #02f7b2, #627bf9, #0824dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #0218a7, #02f7b2, #627bf9, #0824dd);
}

Serene Horizon color palette created on .