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: #d62b1f;
}
.color-2 {
color: #f8a2a0;
}
.color-3 {
color: #f9caa4;
}
.color-4 {
color: #f4e67b;
}
.color-5 {
color: #9fc6b7;
}
/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #f8a2a0;
--color-3: #f9caa4;
--color-4: #f4e67b;
--color-5: #9fc6b7;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #f8a2a0, #f9caa4, #f4e67b, #9fc6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #f8a2a0, #f9caa4, #f4e67b, #9fc6b7);
}
Similar color palettes
Scroll down to explore 200+ Coral color palettes
Shades of Red color palette created on .