Color names in this palette
CSS code for this palette
/* CSS */
.vandermint {
color: #a9e2e5;
}
.antique-cameo {
color: #f4b9a4;
}
.broiled-flounder {
color: #fedc86;
}
.honey-beehive {
color: #d5a15d;
}
.impatient-heart {
color: #c57c7e;
}
/* CSS Variables */
:root {
--vandermint:#a9e2e5;
--antique-cameo:#f4b9a4;
--broiled-flounder:#fedc86;
--honey-beehive:#d5a15d;
--impatient-heart:#c57c7e;
}