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: #5f2b38;
}
.color-2 {
color: #a85d7d;
}
.color-3 {
color: #f2b5a1;
}
.color-4 {
color: #f8d68b;
}
.color-5 {
color: #f3ca4f;
}

/* CSS Variables */
:root {
--color-1: #5f2b38;
--color-2: #a85d7d;
--color-3: #f2b5a1;
--color-4: #f8d68b;
--color-5: #f3ca4f;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b38, #a85d7d, #f2b5a1, #f8d68b, #f3ca4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b38, #a85d7d, #f2b5a1, #f8d68b, #f3ca4f);
}

Shades of Red color palette created on .