Midnight Merlot Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Merlot palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Midnight Merlot

Download midnight merlot color palette PNG image (landscape)
Download midnight merlot color palette PNG image (square)

tavolozza dei colori Midnight Merlot CSS

/* CSS */
.color-1 {
color: #6d2c3f;
}
.color-2 {
color: #3b5f8c;
}
.color-3 {
color: #4f8cba;
}
.color-4 {
color: #d2a4a3;
}
.color-5 {
color: #b95b77;
}

/* CSS Variables */
:root {
--color-1: #6d2c3f;
--color-2: #3b5f8c;
--color-3: #4f8cba;
--color-4: #d2a4a3;
--color-5: #b95b77;
}

CSS con gradiente di sfondo Midnight Merlot

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3f, #3b5f8c, #4f8cba, #d2a4a3, #b95b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3f, #3b5f8c, #4f8cba, #d2a4a3, #b95b77);
}

Midnight Merlot color palette created on .