Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.golden-glow {
color: #f8d57c;
}
.cr-me-de-la-cr-me {
color: #f3e7b4;
}
.green-trance {
color: #a3d7a5;
}
.flower-blossom-pink {
color: #f17e8a;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--golden-glow:#f8d57c;
--cr-me-de-la-cr-me:#f3e7b4;
--green-trance:#a3d7a5;
--flower-blossom-pink:#f17e8a;
}