Warm Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Red palette

Share this palette to:

Download Warm Red Color Palette (PNG)

Download warm red color palette PNG image (landscape)
Download warm red color palette PNG image (square)

Warm Red color palette CSS

/* CSS */
.color-1 {
color: #e05c5c;
}
.color-2 {
color: #bf3b3b;
}
.color-3 {
color: #f3b75e;
}
.color-4 {
color: #f4c76c;
}
.color-5 {
color: #f0a14c;
}

/* CSS Variables */
:root {
--color-1: #e05c5c;
--color-2: #bf3b3b;
--color-3: #f3b75e;
--color-4: #f4c76c;
--color-5: #f0a14c;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05c5c, #bf3b3b, #f3b75e, #f4c76c, #f0a14c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05c5c, #bf3b3b, #f3b75e, #f4c76c, #f0a14c);
}

Warm Red color palette created on .