Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.marigold-dust {
color: #f4cf3e;
}
.star-grass {
color: #75d7c3;
}
.traditional-blue {
color: #1f628e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--marigold-dust:#f4cf3e;
--star-grass:#75d7c3;
--traditional-blue:#1f628e;
--orange-gluttony:#e77e23;
}