Shades of Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Red palette
Download Shades of Red Color Palette (PNG)
Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #602028;
}
.color-2 {
color: #b13f39;
}
.color-3 {
color: #ef5d5d;
}
.color-4 {
color: #f7c34b;
}
.color-5 {
color: #6f5c3e;
}
/* CSS Variables */
:root {
--color-1: #602028;
--color-2: #b13f39;
--color-3: #ef5d5d;
--color-4: #f7c34b;
--color-5: #6f5c3e;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602028, #b13f39, #ef5d5d, #f7c34b, #6f5c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602028, #b13f39, #ef5d5d, #f7c34b, #6f5c3e);
}
Similar color palettes
Shades of Red color palette created on .