Fiery Resentment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fiery Resentment palette
Fiery Resentment color palette CSS
/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f1a746;
}
.color-4 {
color: #f3e86d;
}
.color-5 {
color: #4a4e8c;
}
/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f1b341;
--color-3: #f1a746;
--color-4: #f3e86d;
--color-5: #4a4e8c;
}
Fiery Resentment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f1b341, #f1a746, #f3e86d, #4a4e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f1b341, #f1a746, #f3e86d, #4a4e8c);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Fiery Resentment color palette created on .