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: #c23a2e;
}
.color-2 {
color: #d66c5c;
}
.color-3 {
color: #e8b5a1;
}
.color-4 {
color: #f1e7d5;
}
.color-5 {
color: #fce4d4;
}

/* CSS Variables */
:root {
--color-1: #c23a2e;
--color-2: #d66c5c;
--color-3: #e8b5a1;
--color-4: #f1e7d5;
--color-5: #fce4d4;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c23a2e, #d66c5c, #e8b5a1, #f1e7d5, #fce4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c23a2e, #d66c5c, #e8b5a1, #f1e7d5, #fce4d4);
}

Shades of Red color palette created on .