Mystic Twilight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mystic Twilight palette

Condividi questa palette a:

tavolozza dei colori Mystic Twilight CSS

/* CSS */
.color-1 {
color: #4c2d5d;
}
.color-2 {
color: #6e4c90;
}
.color-3 {
color: #9c7cbb;
}
.color-4 {
color: #d2a7e2;
}
.color-5 {
color: #c7a4d6;
}

/* CSS Variables */
:root {
--color-1: #4c2d5d;
--color-2: #6e4c90;
--color-3: #9c7cbb;
--color-4: #d2a7e2;
--color-5: #c7a4d6;
}

CSS con gradiente di sfondo Mystic Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2d5d, #6e4c90, #9c7cbb, #d2a7e2, #c7a4d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2d5d, #6e4c90, #9c7cbb, #d2a7e2, #c7a4d6);
}

Mystic Twilight color palette created on .