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