Bright Horizons Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Horizons palette

Share this palette to:

Bright Horizons color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6b9cd1;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #ffb86b;
}
.color-5 {
color: #8d3a8c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6b9cd1;
--color-3: #f7c94b;
--color-4: #ffb86b;
--color-5: #8d3a8c;
}

Bright Horizons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6b9cd1, #f7c94b, #ffb86b, #8d3a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6b9cd1, #f7c94b, #ffb86b, #8d3a8c);
}

Bright Horizons color palette created on .