Red Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Shades palette

Share this palette to:

Red Shades color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f3a67c;
}
.color-3 {
color: #e8715e;
}
.color-4 {
color: #d93a3d;
}
.color-5 {
color: #a62b2b;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f3a67c;
--color-3: #e8715e;
--color-4: #d93a3d;
--color-5: #a62b2b;
}

Red Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f3a67c, #e8715e, #d93a3d, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f3a67c, #e8715e, #d93a3d, #a62b2b);
}

Red Shades color palette created on .