Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.spearmint-burst {
color: #5abf8c;
}
.pale-banana {
color: #f6e48e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--spearmint-burst:#5abf8c;
--pale-banana:#f6e48e;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}