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: #bc1a32;
}
.color-2 {
color: #d65c74;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e5b438;
}

/* CSS Variables */
:root {
--color-1: #bc1a32;
--color-2: #d65c74;
--color-3: #f4a462;
--color-4: #f4cf3e;
--color-5: #e5b438;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bc1a32, #d65c74, #f4a462, #f4cf3e, #e5b438);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bc1a32, #d65c74, #f4a462, #f4cf3e, #e5b438);
}

Shades of Red color palette created on .