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: #ff4d4d;
}
.color-2 {
color: #ffcc4d;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #b3b3b3;
}
.color-5 {
color: #1a1a1a;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ffcc4d;
--color-3: #ffffff;
--color-4: #b3b3b3;
--color-5: #1a1a1a;
}

Warm Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ffcc4d, #ffffff, #b3b3b3, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ffcc4d, #ffffff, #b3b3b3, #1a1a1a);
}

Warm Red color palette created on .