Color names in this palette
CSS code for this palette
/* CSS */
.sweet-slumber-pink {
color: #f5bcf2;
}
.rose-daphne {
color: #f8a0dc;
}
.pink-sherbet {
color: #f57a9d;
}
.goku-orange {
color: #f5813d;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--sweet-slumber-pink:#f5bcf2;
--rose-daphne:#f8a0dc;
--pink-sherbet:#f57a9d;
--goku-orange:#f5813d;
--mad-for-mango:#f5a300;
}