Chili Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chili Red palette

Share this palette to:

Chili Red color palette CSS

/* CSS */
.color-1 {
color: #c72b29;
}
.color-2 {
color: #d67a2e;
}
.color-3 {
color: #f3b94f;
}
.color-4 {
color: #faa629;
}
.color-5 {
color: #fff4b3;
}

/* CSS Variables */
:root {
--color-1: #c72b29;
--color-2: #d67a2e;
--color-3: #f3b94f;
--color-4: #faa629;
--color-5: #fff4b3;
}

Chili Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c72b29, #d67a2e, #f3b94f, #faa629, #fff4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c72b29, #d67a2e, #f3b94f, #faa629, #fff4b3);
}

Chili Red color palette created on .