Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #f74b8a;
}
.ibis-wing {
color: #f68e88;
}
.arts-crafts-gold {
color: #f6c388;
}
.radar-blip-green {
color: #a6f688;
}
.roller-derby {
color: #88f6d7;
}
/* CSS Variables */
:root {
--french-rose:#f74b8a;
--ibis-wing:#f68e88;
--arts-crafts-gold:#f6c388;
--radar-blip-green:#a6f688;
--roller-derby:#88f6d7;
}