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: #ff5257;
}
.color-2 {
color: #ff8e6b;
}
.color-3 {
color: #ffcc7a;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #ffeedb;
}

/* CSS Variables */
:root {
--color-1: #ff5257;
--color-2: #ff8e6b;
--color-3: #ffcc7a;
--color-4: #ffe4b3;
--color-5: #ffeedb;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5257, #ff8e6b, #ffcc7a, #ffe4b3, #ffeedb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5257, #ff8e6b, #ffcc7a, #ffe4b3, #ffeedb);
}

Warm Red color palette created on .