Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3e5c;
}
.blues {
color: #2a6898;
}
.watercourse {
color: #5dc8d0;
}
.oyster-bisque {
color: #f2e6b1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3e5c;
--blues:#2a6898;
--watercourse:#5dc8d0;
--oyster-bisque:#f2e6b1;
--creamy-sweet-corn:#f9c54e;
}