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