Midnight Jewel Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Jewel Tones palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Midnight Jewel Tones

Download midnight jewel tones color palette PNG image (landscape)
Download midnight jewel tones color palette PNG image (square)

tavolozza dei colori Midnight Jewel Tones CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #990054;
}
.color-3 {
color: #c25400;
}
.color-4 {
color: #007a7a;
}
.color-5 {
color: #7e0094;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #990054;
--color-3: #c25400;
--color-4: #007a7a;
--color-5: #7e0094;
}

CSS con gradiente di sfondo Midnight Jewel Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #990054, #c25400, #007a7a, #7e0094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #990054, #c25400, #007a7a, #7e0094);
}

Midnight Jewel Tones color palette created on .