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: #68b0f3;
}
.color-2 {
color: #f9b248;
}
.color-3 {
color: #f77a22;
}
.color-4 {
color: #e13e33;
}
.color-5 {
color: #602d8f;
}
/* CSS Variables */
:root {
--color-1: #68b0f3;
--color-2: #f9b248;
--color-3: #f77a22;
--color-4: #e13e33;
--color-5: #602d8f;
}
Celestial Huntress background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68b0f3, #f9b248, #f77a22, #e13e33, #602d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68b0f3, #f9b248, #f77a22, #e13e33, #602d8f);
}
Similar color palettes
Celestial Huntress color palette created on .