Spicy Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spicy Red palette

Share this palette to:

Spicy Red color palette CSS

/* CSS */
.color-1 {
color: #a12712;
}
.color-2 {
color: #d34627;
}
.color-3 {
color: #f76d3b;
}
.color-4 {
color: #fbaf4b;
}
.color-5 {
color: #f3cf4f;
}

/* CSS Variables */
:root {
--color-1: #a12712;
--color-2: #d34627;
--color-3: #f76d3b;
--color-4: #fbaf4b;
--color-5: #f3cf4f;
}

Spicy Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a12712, #d34627, #f76d3b, #fbaf4b, #f3cf4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a12712, #d34627, #f76d3b, #fbaf4b, #f3cf4f);
}

Spicy Red color palette created on .