Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sanctuary-spa {
color: #5faee3;
}
.star-grass {
color: #75d7c3;
}
.marigold-dust {
color: #f4cf3e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sanctuary-spa:#5faee3;
--star-grass:#75d7c3;
--marigold-dust:#f4cf3e;
--mandarin-red:#e74d3c;
}