Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.stella-dora {
color: #f8daa5;
}
.banana-yogurt {
color: #f9e9b4;
}
.lime-lizard {
color: #a4d95e;
}
.peppermint-fresh {
color: #69bf9a;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--stella-dora:#f8daa5;
--banana-yogurt:#f9e9b4;
--lime-lizard:#a4d95e;
--peppermint-fresh:#69bf9a;
}