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: #000000;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #f1e0d0;
}
.color-4 {
color: #b42222;
}
.color-5 {
color: #f5f5db;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #d63f2e;
--color-3: #f1e0d0;
--color-4: #b42222;
--color-5: #f5f5db;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #d63f2e, #f1e0d0, #b42222, #f5f5db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #d63f2e, #f1e0d0, #b42222, #f5f5db);
}
Similar color palettes
Scroll down to explore 80+ Black color palettes
Shades of Red color palette created on .