Soft Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Red palette

Share this palette to:

Soft Red color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff8080;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ffd1d1;
}
.color-5 {
color: #ffe5e5;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff8080;
--color-3: #ffb3b3;
--color-4: #ffd1d1;
--color-5: #ffe5e5;
}

Soft Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff8080, #ffb3b3, #ffd1d1, #ffe5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff8080, #ffb3b3, #ffd1d1, #ffe5e5);
}

Soft Red color palette created on .