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: #4a1c2f;
}
.color-2 {
color: #7d4a50;
}
.color-3 {
color: #b36b6e;
}
.color-4 {
color: #e1a57a;
}
.color-5 {
color: #f1d7a2;
}

/* CSS Variables */
:root {
--color-1: #4a1c2f;
--color-2: #7d4a50;
--color-3: #b36b6e;
--color-4: #e1a57a;
--color-5: #f1d7a2;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2f, #7d4a50, #b36b6e, #e1a57a, #f1d7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2f, #7d4a50, #b36b6e, #e1a57a, #f1d7a2);
}

Shades of Red color palette created on .