Muted Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Rose palette
Muted Rose color palette CSS
/* CSS */
.color-1 {
color: #492c2f;
}
.color-2 {
color: #6b4e4c;
}
.color-3 {
color: #a77c7b;
}
.color-4 {
color: #e3bfbf;
}
.color-5 {
color: #f2d4d4;
}
/* CSS Variables */
:root {
--color-1: #492c2f;
--color-2: #6b4e4c;
--color-3: #a77c7b;
--color-4: #e3bfbf;
--color-5: #f2d4d4;
}
Muted Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2f, #6b4e4c, #a77c7b, #e3bfbf, #f2d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2f, #6b4e4c, #a77c7b, #e3bfbf, #f2d4d4);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Muted Rose color palette created on .