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: #d23c28;
}
.color-2 {
color: #e04d59;
}
.color-3 {
color: #f06a87;
}
.color-4 {
color: #dfaf6d;
}
.color-5 {
color: #b48c6a;
}

/* CSS Variables */
:root {
--color-1: #d23c28;
--color-2: #e04d59;
--color-3: #f06a87;
--color-4: #dfaf6d;
--color-5: #b48c6a;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d23c28, #e04d59, #f06a87, #dfaf6d, #b48c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d23c28, #e04d59, #f06a87, #dfaf6d, #b48c6a);
}

Shades of Red color palette created on .