Serene Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Horizon palette
Serene Horizon color palette PNG image
Serene Horizon color palette CSS
/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #b3d8e6;
}
.color-3 {
color: #4f6c78;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #f0f3f4;
}
/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #b3d8e6;
--color-3: #4f6c78;
--color-4: #2b3d50;
--color-5: #f0f3f4;
}
Serene Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #b3d8e6, #4f6c78, #2b3d50, #f0f3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #b3d8e6, #4f6c78, #2b3d50, #f0f3f4);
}
Similar color palettes
Scroll down to explore 5 Sage color palettes
Serene Horizon color palette created on .