Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.spanish-orange {
color: #e65c00;
}
.fabric-of-love {
color: #aa1d72;
}
.lucid-dream {
color: #5b2c90;
}
.blue-flame {
color: #005c8a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--spanish-orange:#e65c00;
--fabric-of-love:#aa1d72;
--lucid-dream:#5b2c90;
--blue-flame:#005c8a;
}