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: #c82d28;
}
.color-2 {
color: #e84a4a;
}
.color-3 {
color: #f3745e;
}
.color-4 {
color: #f0967f;
}
.color-5 {
color: #f6b5b1;
}

/* CSS Variables */
:root {
--color-1: #c82d28;
--color-2: #e84a4a;
--color-3: #f3745e;
--color-4: #f0967f;
--color-5: #f6b5b1;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d28, #e84a4a, #f3745e, #f0967f, #f6b5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d28, #e84a4a, #f3745e, #f0967f, #f6b5b1);
}

Shades of Red color palette created on .