Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4c7b;
}
.living-stream {
color: #3b708c;
}
.estuary-blue {
color: #71a2b7;
}
.bay {
color: #b3e0d3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4c7b;
--living-stream:#3b708c;
--estuary-blue:#71a2b7;
--bay:#b3e0d3;
--creamy-sweet-corn:#f9c54e;
}