Warm Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Red palette

Share this palette to:

Warm Red color palette CSS

/* CSS */
.color-1 {
color: #ec513c;
}
.color-2 {
color: #d85e4b;
}
.color-3 {
color: #c37460;
}
.color-4 {
color: #b8836b;
}
.color-5 {
color: #e1b45b;
}

/* CSS Variables */
:root {
--color-1: #ec513c;
--color-2: #d85e4b;
--color-3: #c37460;
--color-4: #b8836b;
--color-5: #e1b45b;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec513c, #d85e4b, #c37460, #b8836b, #e1b45b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec513c, #d85e4b, #c37460, #b8836b, #e1b45b);
}

Warm Red color palette created on .