Hot Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hot Red palette

Share this palette to:

Hot Red color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d57;
}
.color-3 {
color: #ffca38;
}
.color-4 {
color: #f8e80d;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d57;
--color-3: #ffca38;
--color-4: #f8e80d;
--color-5: #ff4d4d;
}

Hot Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d57, #ffca38, #f8e80d, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d57, #ffca38, #f8e80d, #ff4d4d);
}

Hot Red color palette created on .