Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.pyrite {
color: #f5c542;
}
.tamale-maize {
color: #f7e7b6;
}
.chefchaouen-blue {
color: #a2d2e6;
}
.berry-pie {
color: #4e6f8d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--pyrite:#f5c542;
--tamale-maize:#f7e7b6;
--chefchaouen-blue:#a2d2e6;
--berry-pie:#4e6f8d;
}