Muted Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Red palette
Muted Red color palette CSS
/* CSS */
.color-1 {
color: #ca6868;
}
.color-2 {
color: #3a3a64;
}
.color-3 {
color: #9b5968;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e76e50;
}
/* CSS Variables */
:root {
--color-1: #ca6868;
--color-2: #3a3a64;
--color-3: #9b5968;
--color-4: #f1c84b;
--color-5: #e76e50;
}
Muted Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ca6868, #3a3a64, #9b5968, #f1c84b, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ca6868, #3a3a64, #9b5968, #f1c84b, #e76e50);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Muted Red color palette created on .