Celestial Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Horizon palette

Share this palette to:

Celestial Horizon color palette CSS

/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #a1d0e8;
}
.color-3 {
color: #f9d94e;
}
.color-4 {
color: #f67e23;
}
.color-5 {
color: #d95b4a;
}

/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #a1d0e8;
--color-3: #f9d94e;
--color-4: #f67e23;
--color-5: #d95b4a;
}

Celestial Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #a1d0e8, #f9d94e, #f67e23, #d95b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #a1d0e8, #f9d94e, #f67e23, #d95b4a);
}

Celestial Horizon color palette created on .