Shades of Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Red palette
Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #911818;
}
.color-2 {
color: #b86b6b;
}
.color-3 {
color: #e29d9d;
}
.color-4 {
color: #f7c5c5;
}
.color-5 {
color: #fbe9e9;
}
/* CSS Variables */
:root {
--color-1: #911818;
--color-2: #b86b6b;
--color-3: #e29d9d;
--color-4: #f7c5c5;
--color-5: #fbe9e9;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #911818, #b86b6b, #e29d9d, #f7c5c5, #fbe9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #911818, #b86b6b, #e29d9d, #f7c5c5, #fbe9e9);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Shades of Red color palette created on .