Lunar Twilight Hunter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunar Twilight Hunter palette

Share this palette to:

Lunar Twilight Hunter color palette CSS

/* CSS */
.color-1 {
color: #f4e0ae;
}
.color-2 {
color: #c4d6e8;
}
.color-3 {
color: #8ea2c7;
}
.color-4 {
color: #4b789b;
}
.color-5 {
color: #2b4c6e;
}

/* CSS Variables */
:root {
--color-1: #f4e0ae;
--color-2: #c4d6e8;
--color-3: #8ea2c7;
--color-4: #4b789b;
--color-5: #2b4c6e;
}

Lunar Twilight Hunter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e0ae, #c4d6e8, #8ea2c7, #4b789b, #2b4c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e0ae, #c4d6e8, #8ea2c7, #4b789b, #2b4c6e);
}

Lunar Twilight Hunter color palette created on .