Elysian Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elysian Horizon palette

Share this palette to:

Elysian Horizon color palette CSS

/* CSS */
.color-1 {
color: #f1b341;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #4f6187;
}
.color-4 {
color: #1e507b;
}
.color-5 {
color: #82b0d4;
}

/* CSS Variables */
:root {
--color-1: #f1b341;
--color-2: #d63f2e;
--color-3: #4f6187;
--color-4: #1e507b;
--color-5: #82b0d4;
}

Elysian Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b341, #d63f2e, #4f6187, #1e507b, #82b0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b341, #d63f2e, #4f6187, #1e507b, #82b0d4);
}

Elysian Horizon color palette created on .