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: #6f1c1b;
}
.color-2 {
color: #b03a36;
}
.color-3 {
color: #d76e65;
}
.color-4 {
color: #f4a89f;
}
.color-5 {
color: #f9d5d2;
}

/* CSS Variables */
:root {
--color-1: #6f1c1b;
--color-2: #b03a36;
--color-3: #d76e65;
--color-4: #f4a89f;
--color-5: #f9d5d2;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f1c1b, #b03a36, #d76e65, #f4a89f, #f9d5d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f1c1b, #b03a36, #d76e65, #f4a89f, #f9d5d2);
}

Shades of Red color palette created on .