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: #5e0d1c;
}
.color-2 {
color: #8f2d2f;
}
.color-3 {
color: #b6494e;
}
.color-4 {
color: #d67a7d;
}
.color-5 {
color: #f3a2a0;
}

/* CSS Variables */
:root {
--color-1: #5e0d1c;
--color-2: #8f2d2f;
--color-3: #b6494e;
--color-4: #d67a7d;
--color-5: #f3a2a0;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e0d1c, #8f2d2f, #b6494e, #d67a7d, #f3a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e0d1c, #8f2d2f, #b6494e, #d67a7d, #f3a2a0);
}

Shades of Red color palette created on .