Serene Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Horizon palette
Download Serene Horizon Color Palette (PNG)
Serene Horizon color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #112397;
}
.color-3 {
color: #16e3a9;
}
.color-4 {
color: #959dc6;
}
.color-5 {
color: #4551a1;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #112397;
--color-3: #16e3a9;
--color-4: #959dc6;
--color-5: #4551a1;
}
Serene Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #112397, #16e3a9, #959dc6, #4551a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #112397, #16e3a9, #959dc6, #4551a1);
}
Similar color palettes
Serene Horizon color palette created on .