Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.spanish-orange {
color: #e65c00;
}
.aphrodisiac {
color: #e95d60;
}
.gold-leaf {
color: #e8c126;
}
.light-rose {
color: #f3d3d6;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--spanish-orange:#e65c00;
--aphrodisiac:#e95d60;
--gold-leaf:#e8c126;
--light-rose:#f3d3d6;
}