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: #b33732;
}
.color-2 {
color: #d1604d;
}
.color-3 {
color: #e8a669;
}
.color-4 {
color: #f3ca9b;
}
.color-5 {
color: #f7e1a1;
}

/* CSS Variables */
:root {
--color-1: #b33732;
--color-2: #d1604d;
--color-3: #e8a669;
--color-4: #f3ca9b;
--color-5: #f7e1a1;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b33732, #d1604d, #e8a669, #f3ca9b, #f7e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b33732, #d1604d, #e8a669, #f3ca9b, #f7e1a1);
}

Warm Red color palette created on .