Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.broken-blue {
color: #6cb7f4;
}
.light-budgie-blue {
color: #9ed7e5;
}
.white-solid {
color: #f5f7fa;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--broken-blue:#6cb7f4;
--light-budgie-blue:#9ed7e5;
--white-solid:#f5f7fa;
--creamy-sweet-corn:#f9c54e;
}