Celestial Huntress Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Huntress palette
Celestial Huntress color palette CSS
/* CSS */
.color-1 {
color: #4c8ea4;
}
.color-2 {
color: #90c2d0;
}
.color-3 {
color: #f4e2c3;
}
.color-4 {
color: #f9a76c;
}
.color-5 {
color: #e44b3a;
}
/* CSS Variables */
:root {
--color-1: #4c8ea4;
--color-2: #90c2d0;
--color-3: #f4e2c3;
--color-4: #f9a76c;
--color-5: #e44b3a;
}
Celestial Huntress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8ea4, #90c2d0, #f4e2c3, #f9a76c, #e44b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8ea4, #90c2d0, #f4e2c3, #f9a76c, #e44b3a);
}
Similar color palettes
Celestial Huntress color palette created on .