Midnight Amethyst Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Amethyst Elegance palette

Condividi questa palette a:

tavolozza dei colori Midnight Amethyst Elegance CSS

/* CSS */
.color-1 {
color: #100f1f;
}
.color-2 {
color: #1d183a;
}
.color-3 {
color: #2d2b5e;
}
.color-4 {
color: #4a3e79;
}
.color-5 {
color: #6a5798;
}

/* CSS Variables */
:root {
--color-1: #100f1f;
--color-2: #1d183a;
--color-3: #2d2b5e;
--color-4: #4a3e79;
--color-5: #6a5798;
}

CSS con gradiente di sfondo Midnight Amethyst Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #100f1f, #1d183a, #2d2b5e, #4a3e79, #6a5798);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #100f1f, #1d183a, #2d2b5e, #4a3e79, #6a5798);
}

Midnight Amethyst Elegance color palette created on .