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: #ffdf61;
}
.color-2 {
color: #ffa361;
}
.color-3 {
color: #ff8161;
}
.color-4 {
color: #e5575c;
}
.color-5 {
color: #da5d99;
}

/* CSS Variables */
:root {
--color-1: #ffdf61;
--color-2: #ffa361;
--color-3: #ff8161;
--color-4: #e5575c;
--color-5: #da5d99;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdf61, #ffa361, #ff8161, #e5575c, #da5d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdf61, #ffa361, #ff8161, #e5575c, #da5d99);
}

Shades of Red color palette created on .