Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c0;
}
.no-way-ros {
color: #fbad93;
}
.golden-glow {
color: #f8d57c;
}
.mint-cocktail-green {
color: #b2e1b3;
}
.van-gogh-green {
color: #6ccb94;
}
/* CSS Variables */
:root {
--ibis:#f3b4c0;
--no-way-ros:#fbad93;
--golden-glow:#f8d57c;
--mint-cocktail-green:#b2e1b3;
--van-gogh-green:#6ccb94;
}