Resilient Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Resilient Horizon palette

Share this palette to:

Resilient Horizon color palette CSS

/* CSS */
.color-1 {
color: #e84c30;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f89720;
}
.color-4 {
color: #f3712b;
}
.color-5 {
color: #277ca0;
}

/* CSS Variables */
:root {
--color-1: #e84c30;
--color-2: #f9c54e;
--color-3: #f89720;
--color-4: #f3712b;
--color-5: #277ca0;
}

Resilient Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e84c30, #f9c54e, #f89720, #f3712b, #277ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e84c30, #f9c54e, #f89720, #f3712b, #277ca0);
}

Resilient Horizon color palette created on .