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: #f8c9b4;
}
.color-2 {
color: #f6b6a7;
}
.color-3 {
color: #f49890;
}
.color-4 {
color: #f06a6a;
}
.color-5 {
color: #d44e4e;
}

/* CSS Variables */
:root {
--color-1: #f8c9b4;
--color-2: #f6b6a7;
--color-3: #f49890;
--color-4: #f06a6a;
--color-5: #d44e4e;
}

Soft Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9b4, #f6b6a7, #f49890, #f06a6a, #d44e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9b4, #f6b6a7, #f49890, #f06a6a, #d44e4e);
}

Soft Red color palette created on .