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: #f8c78b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d86b69;
}
.color-4 {
color: #aa5059;
}
.color-5 {
color: #4b3b3a;
}
/* CSS Variables */
:root {
--color-1: #f8c78b;
--color-2: #ff6e61;
--color-3: #d86b69;
--color-4: #aa5059;
--color-5: #4b3b3a;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c78b, #ff6e61, #d86b69, #aa5059, #4b3b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c78b, #ff6e61, #d86b69, #aa5059, #4b3b3a);
}
Similar color palettes
Scroll down to explore 60+ Amber color palettes
Shades of Red color palette created on .