Lavender Merlot Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lavender Merlot Dream palette

Share this palette to:

Lavender Merlot Dream color palette CSS

/* CSS */
.color-1 {
color: #7c2d3f;
}
.color-2 {
color: #a76c90;
}
.color-3 {
color: #d5b3e0;
}
.color-4 {
color: #e6a8b2;
}
.color-5 {
color: #f5c5b2;
}

/* CSS Variables */
:root {
--color-1: #7c2d3f;
--color-2: #a76c90;
--color-3: #d5b3e0;
--color-4: #e6a8b2;
--color-5: #f5c5b2;
}

Lavender Merlot Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3f, #a76c90, #d5b3e0, #e6a8b2, #f5c5b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3f, #a76c90, #d5b3e0, #e6a8b2, #f5c5b2);
}

Lavender Merlot Dream color palette created on .