Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.sundown {
color: #f5c99e;
}
.marigold-dust {
color: #f4cf3e;
}
.star-grass {
color: #75d7c3;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--sundown:#f5c99e;
--marigold-dust:#f4cf3e;
--star-grass:#75d7c3;
--blue-damselfly:#3398db;
}