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