Muted Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Rose palette

Share this palette to:

Muted Rose color palette CSS

/* CSS */
.color-1 {
color: #e5a4bf;
}
.color-2 {
color: #c78a99;
}
.color-3 {
color: #ae7a7e;
}
.color-4 {
color: #7d6968;
}
.color-5 {
color: #4c4b4e;
}

/* CSS Variables */
:root {
--color-1: #e5a4bf;
--color-2: #c78a99;
--color-3: #ae7a7e;
--color-4: #7d6968;
--color-5: #4c4b4e;
}

Muted Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a4bf, #c78a99, #ae7a7e, #7d6968, #4c4b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a4bf, #c78a99, #ae7a7e, #7d6968, #4c4b4e);
}

Muted Rose color palette created on .