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