Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f4b3c2;
}
.cheddar-corn {
color: #f7d4b6;
}
.hawaiian-cream {
color: #f9e6b9;
}
.light-fresh-lime {
color: #e0f7d4;
}
.spearmint-water {
color: #b3e8ea;
}
/* CSS Variables */
:root {
--ibis:#f4b3c2;
--cheddar-corn:#f7d4b6;
--hawaiian-cream:#f9e6b9;
--light-fresh-lime:#e0f7d4;
--spearmint-water:#b3e8ea;
}