Serene Horizons Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Horizons palette
Serene Horizons color palette CSS
/* CSS */
.color-1 {
color: #597f9b;
}
.color-2 {
color: #a3b2c7;
}
.color-3 {
color: #d1e1f0;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #597f9b;
--color-2: #a3b2c7;
--color-3: #d1e1f0;
--color-4: #f1b74b;
--color-5: #ff6e61;
}
Serene Horizons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #597f9b, #a3b2c7, #d1e1f0, #f1b74b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #597f9b, #a3b2c7, #d1e1f0, #f1b74b, #ff6e61);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Serene Horizons color palette created on .