Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.duckling {
color: #f9b358;
}
.flame-seal {
color: #f3e158;
}
.tropical-light {
color: #a3d86e;
}
.mint-cold-green {
color: #6cc1a0;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--duckling:#f9b358;
--flame-seal:#f3e158;
--tropical-light:#a3d86e;
--mint-cold-green:#6cc1a0;
}