Desaturated Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desaturated Red palette

Share this palette to:

Desaturated Red color palette CSS

/* CSS */
.color-1 {
color: #b04a4a;
}
.color-2 {
color: #d67a7a;
}
.color-3 {
color: #e5a4a4;
}
.color-4 {
color: #f7c0c0;
}
.color-5 {
color: #fce3e3;
}

/* CSS Variables */
:root {
--color-1: #b04a4a;
--color-2: #d67a7a;
--color-3: #e5a4a4;
--color-4: #f7c0c0;
--color-5: #fce3e3;
}

Desaturated Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b04a4a, #d67a7a, #e5a4a4, #f7c0c0, #fce3e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b04a4a, #d67a7a, #e5a4a4, #f7c0c0, #fce3e3);
}

Desaturated Red color palette created on .