Light Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Red palette

Share this palette to:

Light Red color palette CSS

/* CSS */
.color-1 {
color: #d22d2d;
}
.color-2 {
color: #e44949;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #ff9999;
}
.color-5 {
color: #ffcccc;
}

/* CSS Variables */
:root {
--color-1: #d22d2d;
--color-2: #e44949;
--color-3: #f76e6e;
--color-4: #ff9999;
--color-5: #ffcccc;
}

Light Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d22d2d, #e44949, #f76e6e, #ff9999, #ffcccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d22d2d, #e44949, #f76e6e, #ff9999, #ffcccc);
}

Light Red color palette created on .