Color names in this palette
CSS code for this palette
/* CSS */
.yellow-sea {
color: #f3a039;
}
.jemima {
color: #f6d47e;
}
.antique-cameo {
color: #f2b6a1;
}
.pink-marshmallow {
color: #f7b6d1;
}
.chewing-gum-pink {
color: #e78dba;
}
/* CSS Variables */
:root {
--yellow-sea:#f3a039;
--jemima:#f6d47e;
--antique-cameo:#f2b6a1;
--pink-marshmallow:#f7b6d1;
--chewing-gum-pink:#e78dba;
}