Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.burning-coals {
color: #f69c6f;
}
.scalloped-potatoes {
color: #f5d68a;
}
.lime-lizard {
color: #a3d65c;
}
.garish-green {
color: #4abf8c;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--burning-coals:#f69c6f;
--scalloped-potatoes:#f5d68a;
--lime-lizard:#a3d65c;
--garish-green:#4abf8c;
}