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: #8c3b3b;
}
.color-2 {
color: #dabe8b;
}
.color-3 {
color: #7b4c4c;
}
.color-4 {
color: #e3b82b;
}
.color-5 {
color: #4b2c4e;
}

/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #dabe8b;
--color-3: #7b4c4c;
--color-4: #e3b82b;
--color-5: #4b2c4e;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #dabe8b, #7b4c4c, #e3b82b, #4b2c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #dabe8b, #7b4c4c, #e3b82b, #4b2c4e);
}

Warm Red color palette created on .