Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.empire-yellow {
color: #f5d400;
}
.no-gmb-yellow {
color: #f9e78b;
}
.love-spell {
color: #f7b6c6;
}
.cherry-brandy {
color: #e56c84;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--empire-yellow:#f5d400;
--no-gmb-yellow:#f9e78b;
--love-spell:#f7b6c6;
--cherry-brandy:#e56c84;
}