Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f8d86d;
}
.welcoming-wasp {
color: #f0a800;
}
.orange-pepper {
color: #d67d00;
}
.sienna {
color: #a55c1d;
}
.folklore {
color: #693f3f;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f8d86d;
--welcoming-wasp:#f0a800;
--orange-pepper:#d67d00;
--sienna:#a55c1d;
--folklore:#693f3f;
}