Fiery Temptation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fiery Temptation palette

Share this palette to:

Fiery Temptation color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #80bfff;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6d1f;
--color-3: #ffb84d;
--color-4: #ffec3d;
--color-5: #80bfff;
}

Fiery Temptation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6d1f, #ffb84d, #ffec3d, #80bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6d1f, #ffb84d, #ffec3d, #80bfff);
}

Fiery Temptation color palette created on .