Color names in this palette
CSS code for this palette
/* CSS */
.algerian-coral {
color: #ff584d;
}
.autumn-splendor {
color: #ff9a4d;
}
.decisive-yellow {
color: #ffcc4d;
}
.paris-daisy {
color: #ffe74d;
}
.goblin-warboss {
color: #4dff58;
}
/* CSS Variables */
:root {
--algerian-coral:#ff584d;
--autumn-splendor:#ff9a4d;
--decisive-yellow:#ffcc4d;
--paris-daisy:#ffe74d;
--goblin-warboss:#4dff58;
}