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: #6d2c3e;
}
.color-2 {
color: #9b3b4b;
}
.color-3 {
color: #c45a71;
}
.color-4 {
color: #e6a098;
}
.color-5 {
color: #f4d4d2;
}

/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #9b3b4b;
--color-3: #c45a71;
--color-4: #e6a098;
--color-5: #f4d4d2;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #9b3b4b, #c45a71, #e6a098, #f4d4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #9b3b4b, #c45a71, #e6a098, #f4d4d2);
}

Shades of Red color palette created on .