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;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sanctuary-spa:#5faee3;
--star-grass:#75d7c3;
--marigold-dust:#f4cf3e;
--beauty-bush:#ebb9b2;
}