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: #7c2d3b;
}
.color-2 {
color: #c87b5b;
}
.color-3 {
color: #f4c362;
}
.color-4 {
color: #e1efe5;
}
.color-5 {
color: #2c492c;
}

/* CSS Variables */
:root {
--color-1: #7c2d3b;
--color-2: #c87b5b;
--color-3: #f4c362;
--color-4: #e1efe5;
--color-5: #2c492c;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d3b, #c87b5b, #f4c362, #e1efe5, #2c492c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d3b, #c87b5b, #f4c362, #e1efe5, #2c492c);
}

Shades of Red color palette created on .