Shades of Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Red palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Red Color Palette (PNG)
Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #c92c39;
}
.color-2 {
color: #b5304b;
}
.color-3 {
color: #a64e67;
}
.color-4 {
color: #9b6980;
}
.color-5 {
color: #7e8a91;
}
/* CSS Variables */
:root {
--color-1: #c92c39;
--color-2: #b5304b;
--color-3: #a64e67;
--color-4: #9b6980;
--color-5: #7e8a91;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c39, #b5304b, #a64e67, #9b6980, #7e8a91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c39, #b5304b, #a64e67, #9b6980, #7e8a91);
}
Similar color palettes
Shades of Red color palette created on .