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: #f7c9a6;
}
.color-2 {
color: #f2ada6;
}
.color-3 {
color: #f19da0;
}
.color-4 {
color: #f1766f;
}
.color-5 {
color: #e85545;
}

/* CSS Variables */
:root {
--color-1: #f7c9a6;
--color-2: #f2ada6;
--color-3: #f19da0;
--color-4: #f1766f;
--color-5: #e85545;
}

Soft Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c9a6, #f2ada6, #f19da0, #f1766f, #e85545);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c9a6, #f2ada6, #f19da0, #f1766f, #e85545);
}

Soft Red color palette created on .