Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.blue-jeans {
color: #5ab1e7;
}
.middle-blue {
color: #79d3e7;
}
.mystic-tulip {
color: #f7b8a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--blue-jeans:#5ab1e7;
--middle-blue:#79d3e7;
--mystic-tulip:#f7b8a1;
--creamy-sweet-corn:#f9c54e;
}