Color names in this palette
CSS code for this palette
/* CSS */
.talismanic-teal {
color: #1d9f9f;
}
.throat-chakra {
color: #6cd5d5;
}
.spearmint-water {
color: #afe9e9;
}
.dairy-made {
color: #f4b73e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--talismanic-teal:#1d9f9f;
--throat-chakra:#6cd5d5;
--spearmint-water:#afe9e9;
--dairy-made:#f4b73e;
--grapefruit-pulp:#ff6e61;
}