Hopeful Horizons Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hopeful Horizons palette

Share this palette to:

Hopeful Horizons color palette CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #3e8e41;
}
.color-4 {
color: #2a7e62;
}
.color-5 {
color: #1b4d8d;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f6d55a;
--color-3: #3e8e41;
--color-4: #2a7e62;
--color-5: #1b4d8d;
}

Hopeful Horizons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f6d55a, #3e8e41, #2a7e62, #1b4d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f6d55a, #3e8e41, #2a7e62, #1b4d8d);
}

Hopeful Horizons color palette created on .