Grey Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grey Red Shades palette
Grey Red Shades color palette CSS
/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #c76b6b;
}
.color-3 {
color: #d09a9a;
}
.color-4 {
color: #e6b7b7;
}
.color-5 {
color: #f4c8c8;
}
/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #c76b6b;
--color-3: #d09a9a;
--color-4: #e6b7b7;
--color-5: #f4c8c8;
}
Grey Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #c76b6b, #d09a9a, #e6b7b7, #f4c8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #c76b6b, #d09a9a, #e6b7b7, #f4c8c8);
}
Similar color palettes
Scroll down to explore 10+ 70s color palettes
Grey Red Shades color palette created on .