Color names in this palette
CSS code for this palette
/* CSS */
.swiss-chard {
color: #e05c72;
}
.mango-margarita {
color: #f3b94f;
}
.spirited-yellow {
color: #ffda85;
}
.van-gogh-blue {
color: #a8dff0;
}
.dusty-turquoise {
color: #5b8d8f;
}
/* CSS Variables */
:root {
--swiss-chard:#e05c72;
--mango-margarita:#f3b94f;
--spirited-yellow:#ffda85;
--van-gogh-blue:#a8dff0;
--dusty-turquoise:#5b8d8f;
}