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: #f9b4b4;
}
.color-2 {
color: #ffcc99;
}
.color-3 {
color: #ffed9e;
}
.color-4 {
color: #b3e0ff;
}
.color-5 {
color: #80b0ff;
}
/* CSS Variables */
:root {
--color-1: #f9b4b4;
--color-2: #ffcc99;
--color-3: #ffed9e;
--color-4: #b3e0ff;
--color-5: #80b0ff;
}
Serene Horizons background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4b4, #ffcc99, #ffed9e, #b3e0ff, #80b0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4b4, #ffcc99, #ffed9e, #b3e0ff, #80b0ff);
}
Similar color palettes
Serene Horizons color palette created on .