Celestial Huntress Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Huntress palette

Share this palette to:

Celestial Huntress color palette CSS

/* CSS */
.color-1 {
color: #0050c7;
}
.color-2 {
color: #805700;
}
.color-3 {
color: #753b00;
}
.color-4 {
color: #660900;
}
.color-5 {
color: #200080;
}

/* CSS Variables */
:root {
--color-1: #0050c7;
--color-2: #805700;
--color-3: #753b00;
--color-4: #660900;
--color-5: #200080;
}

Celestial Huntress background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0050c7, #805700, #753b00, #660900, #200080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0050c7, #805700, #753b00, #660900, #200080);
}

Celestial Huntress color palette created on .