Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3afc0;
}
.tequila {
color: #f7d1a6;
}
.lazy-daisy {
color: #f7e9a1;
}
.mint-cocktail-green {
color: #b2e0b2;
}
.blue-click {
color: #a7d8e7;
}
/* CSS Variables */
:root {
--ibis:#f3afc0;
--tequila:#f7d1a6;
--lazy-daisy:#f7e9a1;
--mint-cocktail-green:#b2e0b2;
--blue-click:#a7d8e7;
}