Red withered Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red withered palette

Share this palette to:

Red withered color palette CSS

/* CSS */
.color-1 {
color: #d09a9a;
}
.color-2 {
color: #c57d7d;
}
.color-3 {
color: #b55a5a;
}
.color-4 {
color: #a63f3f;
}
.color-5 {
color: #8e2525;
}

/* CSS Variables */
:root {
--color-1: #d09a9a;
--color-2: #c57d7d;
--color-3: #b55a5a;
--color-4: #a63f3f;
--color-5: #8e2525;
}

Red withered background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d09a9a, #c57d7d, #b55a5a, #a63f3f, #8e2525);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d09a9a, #c57d7d, #b55a5a, #a63f3f, #8e2525);
}

Red withered color palette created on .