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: #ff4d4d;
}
.color-2 {
color: #b12b3d;
}
.color-3 {
color: #791b27;
}
.color-4 {
color: #d51a40;
}
.color-5 {
color: #a40e25;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #b12b3d;
--color-3: #791b27;
--color-4: #d51a40;
--color-5: #a40e25;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #b12b3d, #791b27, #d51a40, #a40e25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #b12b3d, #791b27, #d51a40, #a40e25);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Shades of Red color palette created on .