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: #6d2c40;
}
.color-2 {
color: #a55066;
}
.color-3 {
color: #d57b8c;
}
.color-4 {
color: #f4b99f;
}
.color-5 {
color: #f7d4c5;
}
/* CSS Variables */
:root {
--color-1: #6d2c40;
--color-2: #a55066;
--color-3: #d57b8c;
--color-4: #f4b99f;
--color-5: #f7d4c5;
}
Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c40, #a55066, #d57b8c, #f4b99f, #f7d4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c40, #a55066, #d57b8c, #f4b99f, #f7d4c5);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Red color palette created on .