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: #4a3d3b;
}
.color-2 {
color: #7d4a4a;
}
.color-3 {
color: #c97e7e;
}
.color-4 {
color: #d6ba3d;
}
.color-5 {
color: #f3e6c9;
}
/* CSS Variables */
:root {
--color-1: #4a3d3b;
--color-2: #7d4a4a;
--color-3: #c97e7e;
--color-4: #d6ba3d;
--color-5: #f3e6c9;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3d3b, #7d4a4a, #c97e7e, #d6ba3d, #f3e6c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3d3b, #7d4a4a, #c97e7e, #d6ba3d, #f3e6c9);
}
Similar color palettes
Shades of Red color palette created on .