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: #872223;
}
.color-2 {
color: #b92d2d;
}
.color-3 {
color: #d15252;
}
.color-4 {
color: #f1a2a2;
}
.color-5 {
color: #f7d4d4;
}
/* CSS Variables */
:root {
--color-1: #872223;
--color-2: #b92d2d;
--color-3: #d15252;
--color-4: #f1a2a2;
--color-5: #f7d4d4;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #872223, #b92d2d, #d15252, #f1a2a2, #f7d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #872223, #b92d2d, #d15252, #f1a2a2, #f7d4d4);
}
Similar color palettes
Shades of Red color palette created on .