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