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