Shades of Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Red palette

Share this palette to:

Shades of Red color palette CSS

/* CSS */
.color-1 {
color: #8d1c30;
}
.color-2 {
color: #ba404e;
}
.color-3 {
color: #d7798b;
}
.color-4 {
color: #f2abb1;
}
.color-5 {
color: #fde6e2;
}

/* CSS Variables */
:root {
--color-1: #8d1c30;
--color-2: #ba404e;
--color-3: #d7798b;
--color-4: #f2abb1;
--color-5: #fde6e2;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d1c30, #ba404e, #d7798b, #f2abb1, #fde6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d1c30, #ba404e, #d7798b, #f2abb1, #fde6e2);
}

Shades of Red color palette created on .