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