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: #f44034;
}
.color-2 {
color: #ff6652;
}
.color-3 {
color: #ff8a66;
}
.color-4 {
color: #ffa98f;
}
.color-5 {
color: #ffccbd;
}
/* CSS Variables */
:root {
--color-1: #f44034;
--color-2: #ff6652;
--color-3: #ff8a66;
--color-4: #ffa98f;
--color-5: #ffccbd;
}
Light Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44034, #ff6652, #ff8a66, #ffa98f, #ffccbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44034, #ff6652, #ff8a66, #ffa98f, #ffccbd);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Light Red color palette created on .