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: #d25c41;
}
.color-2 {
color: #eb994c;
}
.color-3 {
color: #f4c790;
}
.color-4 {
color: #f4dfb4;
}
.color-5 {
color: #e6bfb7;
}

/* CSS Variables */
:root {
--color-1: #d25c41;
--color-2: #eb994c;
--color-3: #f4c790;
--color-4: #f4dfb4;
--color-5: #e6bfb7;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d25c41, #eb994c, #f4c790, #f4dfb4, #e6bfb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d25c41, #eb994c, #f4c790, #f4dfb4, #e6bfb7);
}

Warm Red color palette created on .