Maroon Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Maroon Blush palette

Share this palette to:

Maroon Blush color palette CSS

/* CSS */
.color-1 {
color: #4a2b2c;
}
.color-2 {
color: #7b4c4e;
}
.color-3 {
color: #a5696d;
}
.color-4 {
color: #d7a3a5;
}
.color-5 {
color: #efb8c3;
}

/* CSS Variables */
:root {
--color-1: #4a2b2c;
--color-2: #7b4c4e;
--color-3: #a5696d;
--color-4: #d7a3a5;
--color-5: #efb8c3;
}

Maroon Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b2c, #7b4c4e, #a5696d, #d7a3a5, #efb8c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b2c, #7b4c4e, #a5696d, #d7a3a5, #efb8c3);
}

Maroon Blush color palette created on .