Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.tuscan {
color: #f9d6a9;
}
.optimistic-yellow {
color: #f4e1a4;
}
.green-trance {
color: #a4d6a4;
}
.blue-gourami {
color: #6ca1d5;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--tuscan:#f9d6a9;
--optimistic-yellow:#f4e1a4;
--green-trance:#a4d6a4;
--blue-gourami:#6ca1d5;
}