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