Crimson Enchantment Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Enchantment palette

Condividi questa palette a:

tavolozza dei colori Crimson Enchantment CSS

/* CSS */
.color-1 {
color: #9c2b2b;
}
.color-2 {
color: #b54a4a;
}
.color-3 {
color: #d17171;
}
.color-4 {
color: #e09e9e;
}
.color-5 {
color: #f3c9c9;
}

/* CSS Variables */
:root {
--color-1: #9c2b2b;
--color-2: #b54a4a;
--color-3: #d17171;
--color-4: #e09e9e;
--color-5: #f3c9c9;
}

CSS con gradiente di sfondo Crimson Enchantment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c2b2b, #b54a4a, #d17171, #e09e9e, #f3c9c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c2b2b, #b54a4a, #d17171, #e09e9e, #f3c9c9);
}

Crimson Enchantment color palette created on .