Mystic Amethyst Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mystic Amethyst Dream palette

Condividi questa palette a:

tavolozza dei colori Mystic Amethyst Dream CSS

/* CSS */
.color-1 {
color: #24092a;
}
.color-2 {
color: #240c32;
}
.color-3 {
color: #2e0e3e;
}
.color-4 {
color: #39164b;
}
.color-5 {
color: #58215e;
}

/* CSS Variables */
:root {
--color-1: #24092a;
--color-2: #240c32;
--color-3: #2e0e3e;
--color-4: #39164b;
--color-5: #58215e;
}

CSS con gradiente di sfondo Mystic Amethyst Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #24092a, #240c32, #2e0e3e, #39164b, #58215e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #24092a, #240c32, #2e0e3e, #39164b, #58215e);
}

Mystic Amethyst Dream color palette created on .