Color names in this palette
CSS code for this palette
/* CSS */
.flame-stitch {
color: #d95d45;
}
.welcoming-wasp {
color: #f0a800;
}
.mossy-shining-gold {
color: #c0d24b;
}
.fiji-palm {
color: #4c8b3c;
}
.lupine-blue {
color: #6b99b8;
}
/* CSS Variables */
:root {
--flame-stitch:#d95d45;
--welcoming-wasp:#f0a800;
--mossy-shining-gold:#c0d24b;
--fiji-palm:#4c8b3c;
--lupine-blue:#6b99b8;
}