Paleta de colores Midnight Merlot

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Merlot palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Midnight Merlot

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

CSS de la paleta de colores Midnight Merlot

/* 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 del degradado de fondo 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 .