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: #d21e45;
}
.color-2 {
color: #f06a6a;
}
.color-3 {
color: #f6c6c1;
}
.color-4 {
color: #f7e082;
}
.color-5 {
color: #f9d75d;
}

/* CSS Variables */
:root {
--color-1: #d21e45;
--color-2: #f06a6a;
--color-3: #f6c6c1;
--color-4: #f7e082;
--color-5: #f9d75d;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d21e45, #f06a6a, #f6c6c1, #f7e082, #f9d75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d21e45, #f06a6a, #f6c6c1, #f7e082, #f9d75d);
}

Shades of Red color palette created on .