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: #bc0101;
}
.color-2 {
color: #d62b1f;
}
.color-3 {
color: #ef4d4d;
}
.color-4 {
color: #f7a7a1;
}
.color-5 {
color: #f9c3c3;
}

/* CSS Variables */
:root {
--color-1: #bc0101;
--color-2: #d62b1f;
--color-3: #ef4d4d;
--color-4: #f7a7a1;
--color-5: #f9c3c3;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bc0101, #d62b1f, #ef4d4d, #f7a7a1, #f9c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bc0101, #d62b1f, #ef4d4d, #f7a7a1, #f9c3c3);
}

Shades of Red color palette created on .