Warm Red Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Red Tones palette

Share this palette to:

Warm Red Tones color palette CSS

/* CSS */
.color-1 {
color: #802e2d;
}
.color-2 {
color: #d85c5a;
}
.color-3 {
color: #f5a76b;
}
.color-4 {
color: #f2d469;
}
.color-5 {
color: #e1a86b;
}

/* CSS Variables */
:root {
--color-1: #802e2d;
--color-2: #d85c5a;
--color-3: #f5a76b;
--color-4: #f2d469;
--color-5: #e1a86b;
}

Warm Red Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #802e2d, #d85c5a, #f5a76b, #f2d469, #e1a86b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #802e2d, #d85c5a, #f5a76b, #f2d469, #e1a86b);
}

Warm Red Tones color palette created on .