Celestial Huntress Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Huntress palette

Condividi questa palette a:

tavolozza dei colori Celestial Huntress 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;
}

CSS con gradiente di sfondo Celestial Huntress

/* 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);
}

Celestial Huntress color palette created on .