Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Shades palette
Red Shades color palette CSS
/* CSS */
.color-1 {
color: #f8c9a0;
}
.color-2 {
color: #f6a498;
}
.color-3 {
color: #f36d6d;
}
.color-4 {
color: #e95d5d;
}
.color-5 {
color: #d94a4a;
}
/* CSS Variables */
:root {
--color-1: #f8c9a0;
--color-2: #f6a498;
--color-3: #f36d6d;
--color-4: #e95d5d;
--color-5: #d94a4a;
}
Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9a0, #f6a498, #f36d6d, #e95d5d, #d94a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9a0, #f6a498, #f36d6d, #e95d5d, #d94a4a);
}
Similar color palettes
Red Shades color palette created on .