Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.yellow-currant {
color: #f6c76a;
}
.banana-yogurt {
color: #f8e6b4;
}
.embarrassed {
color: #f16f9a;
}
.flirty-rose {
color: #d45e8b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--yellow-currant:#f6c76a;
--banana-yogurt:#f8e6b4;
--embarrassed:#f16f9a;
--flirty-rose:#d45e8b;
}