Celestial Enchantment Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Enchantment palette

Condividi questa palette a:

tavolozza dei colori Celestial Enchantment CSS

/* CSS */
.color-1 {
color: #a57dbf;
}
.color-2 {
color: #e4c5f2;
}
.color-3 {
color: #f5e07f;
}
.color-4 {
color: #83d8cf;
}
.color-5 {
color: #f88b9a;
}

/* CSS Variables */
:root {
--color-1: #a57dbf;
--color-2: #e4c5f2;
--color-3: #f5e07f;
--color-4: #83d8cf;
--color-5: #f88b9a;
}

CSS con gradiente di sfondo Celestial Enchantment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a57dbf, #e4c5f2, #f5e07f, #83d8cf, #f88b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a57dbf, #e4c5f2, #f5e07f, #83d8cf, #f88b9a);
}

Celestial Enchantment color palette created on .