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