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: #a03b3b;
}
.color-2 {
color: #c86f6f;
}
.color-3 {
color: #e6a2a2;
}
.color-4 {
color: #f1c6c6;
}
.color-5 {
color: #f5e0e0;
}
/* CSS Variables */
:root {
--color-1: #a03b3b;
--color-2: #c86f6f;
--color-3: #e6a2a2;
--color-4: #f1c6c6;
--color-5: #f5e0e0;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a03b3b, #c86f6f, #e6a2a2, #f1c6c6, #f5e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a03b3b, #c86f6f, #e6a2a2, #f1c6c6, #f5e0e0);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Shades of Red color palette created on .