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: #f8caa5;
}
.color-2 {
color: #f5a77a;
}
.color-3 {
color: #d56948;
}
.color-4 {
color: #ba4e3b;
}
.color-5 {
color: #7b2928;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f5a77a;
--color-3: #d56948;
--color-4: #ba4e3b;
--color-5: #7b2928;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f5a77a, #d56948, #ba4e3b, #7b2928);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f5a77a, #d56948, #ba4e3b, #7b2928);
}

Shades of Red color palette created on .