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: #c94e3b;
}
.color-2 {
color: #f1a14b;
}
.color-3 {
color: #e2c269;
}
.color-4 {
color: #7e4c3a;
}
.color-5 {
color: #4a2b2b;
}

/* CSS Variables */
:root {
--color-1: #c94e3b;
--color-2: #f1a14b;
--color-3: #e2c269;
--color-4: #7e4c3a;
--color-5: #4a2b2b;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94e3b, #f1a14b, #e2c269, #7e4c3a, #4a2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94e3b, #f1a14b, #e2c269, #7e4c3a, #4a2b2b);
}

Shades of Red color palette created on .