Light Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Red palette
Light Red color palette CSS
/* CSS */
.color-1 {
color: #d22d2d;
}
.color-2 {
color: #e76a6a;
}
.color-3 {
color: #f2a1a1;
}
.color-4 {
color: #f4c3c3;
}
.color-5 {
color: #f9e1e1;
}
/* CSS Variables */
:root {
--color-1: #d22d2d;
--color-2: #e76a6a;
--color-3: #f2a1a1;
--color-4: #f4c3c3;
--color-5: #f9e1e1;
}
Light Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d22d2d, #e76a6a, #f2a1a1, #f4c3c3, #f9e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d22d2d, #e76a6a, #f2a1a1, #f4c3c3, #f9e1e1);
}
Similar color palettes
Light Red color palette created on .