Sunlit Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Horizon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunlit Horizon Color Palette (PNG)
Sunlit Horizon color palette CSS
/* CSS */
.color-1 {
color: #3b9fd8;
}
.color-2 {
color: #87c95e;
}
.color-3 {
color: #d7d5c1;
}
.color-4 {
color: #f5e56b;
}
.color-5 {
color: #ed7c50;
}
/* CSS Variables */
:root {
--color-1: #3b9fd8;
--color-2: #87c95e;
--color-3: #d7d5c1;
--color-4: #f5e56b;
--color-5: #ed7c50;
}
Sunlit Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b9fd8, #87c95e, #d7d5c1, #f5e56b, #ed7c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b9fd8, #87c95e, #d7d5c1, #f5e56b, #ed7c50);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Sunlit Horizon color palette created on .