Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.aquamarine-blue {
color: #6ed7e2;
}
.polished-aqua {
color: #78bab5;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--aquamarine-blue:#6ed7e2;
--polished-aqua:#78bab5;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}