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