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: #ffb19e;
}
.color-2 {
color: #ff8e6b;
}
.color-3 {
color: #ff613d;
}
.color-4 {
color: #ff382e;
}
.color-5 {
color: #c83a28;
}

/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff8e6b;
--color-3: #ff613d;
--color-4: #ff382e;
--color-5: #c83a28;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff8e6b, #ff613d, #ff382e, #c83a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff8e6b, #ff613d, #ff382e, #c83a28);
}

Shades of Red color palette created on .