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: #a72a2a;
}
.color-2 {
color: #c74d4d;
}
.color-3 {
color: #e87d7d;
}
.color-4 {
color: #f3afaf;
}
.color-5 {
color: #fce3e3;
}

/* CSS Variables */
:root {
--color-1: #a72a2a;
--color-2: #c74d4d;
--color-3: #e87d7d;
--color-4: #f3afaf;
--color-5: #fce3e3;
}

Red Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a72a2a, #c74d4d, #e87d7d, #f3afaf, #fce3e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a72a2a, #c74d4d, #e87d7d, #f3afaf, #fce3e3);
}

Red Shades color palette created on .