Midnight Merlot Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Merlot palette
Midnight Merlot color palette PNG image
Midnight Merlot color palette 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;
}
Midnight Merlot background gradient CSS
/* 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);
}
Similar color palettes
Midnight Merlot color palette created on .