Color names in this palette
CSS code for this palette
/* CSS */
.diva-pink {
color: #f7407d;
}
.hot-calypso {
color: #f78e7e;
}
.white-elf {
color: #f7c07e;
}
.sunny {
color: #f7f57e;
}
.iridescent-turquoise {
color: #7ef7c0;
}
/* CSS Variables */
:root {
--diva-pink:#f7407d;
--hot-calypso:#f78e7e;
--white-elf:#f7c07e;
--sunny:#f7f57e;
--iridescent-turquoise:#7ef7c0;
}