Muted Cranberry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Cranberry palette
Muted Cranberry color palette CSS
/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #c65d74;
}
.color-3 {
color: #e8a1b1;
}
.color-4 {
color: #f6c6cf;
}
.color-5 {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #c65d74;
--color-3: #e8a1b1;
--color-4: #f6c6cf;
--color-5: #ffe3e0;
}
Muted Cranberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #c65d74, #e8a1b1, #f6c6cf, #ffe3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #c65d74, #e8a1b1, #f6c6cf, #ffe3e0);
}
Similar color palettes
Muted Cranberry color palette created on .