Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.matt-blue {
color: #2c6eba;
}
.high-blue {
color: #4ca8e1;
}
.mizu-cyan {
color: #a7daf1;
}
.fresh-yellow {
color: #f9e190;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--matt-blue:#2c6eba;
--high-blue:#4ca8e1;
--mizu-cyan:#a7daf1;
--fresh-yellow:#f9e190;
}