Color names in this palette
CSS code for this palette
/* CSS */
.mountain-bluebird {
color: #4b9bc3;
}
.atoll {
color: #2b787d;
}
.hornblende-green {
color: #1f4c4d;
}
.eton-blue {
color: #a9d6d3;
}
.no-gmb-yellow {
color: #f7e688;
}
/* CSS Variables */
:root {
--mountain-bluebird:#4b9bc3;
--atoll:#2b787d;
--hornblende-green:#1f4c4d;
--eton-blue:#a9d6d3;
--no-gmb-yellow:#f7e688;
}