Midnight Enchantment Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Enchantment palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Midnight Enchantment

Download midnight enchantment color palette PNG image (landscape)
Download midnight enchantment color palette PNG image (square)

tavolozza dei colori Midnight Enchantment CSS

/* CSS */
.color-1 {
color: #1d1844;
}
.color-2 {
color: #262954;
}
.color-3 {
color: #434875;
}
.color-4 {
color: #665e97;
}
.color-5 {
color: #b95f79;
}

/* CSS Variables */
:root {
--color-1: #1d1844;
--color-2: #262954;
--color-3: #434875;
--color-4: #665e97;
--color-5: #b95f79;
}

CSS con gradiente di sfondo Midnight Enchantment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1844, #262954, #434875, #665e97, #b95f79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1844, #262954, #434875, #665e97, #b95f79);
}

Midnight Enchantment color palette created on .