/* CSS */
.color-1 {
color: #FF5D38;
}
.color-2 {
color: #FF8E38;
}
.color-3 {
color: #FFB638;
}
.color-4 {
color: #FFD138;
}
.color-5 {
color: #FFEB38;
}
/* CSS Variables */
:root {
--color-1: #FF5D38;
--color-2: #FF8E38;
--color-3: #FFB638;
--color-4: #FFD138;
--color-5: #FFEB38;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF5D38, #FF8E38, #FFB638, #FFD138, #FFEB38);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF5D38, #FF8E38, #FFB638, #FFD138, #FFEB38);
}Orange Heat color palette created on .