Bright Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Horizon palette
Bright Horizon color palette PNG image
Bright Horizon color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #78c1e2;
}
.color-3 {
color: #f7f8ed;
}
.color-4 {
color: #f9d44e;
}
.color-5 {
color: #f25d2c;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #78c1e2;
--color-3: #f7f8ed;
--color-4: #f9d44e;
--color-5: #f25d2c;
}
Bright Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #78c1e2, #f7f8ed, #f9d44e, #f25d2c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Bright Horizon color palette created on .