Color names in this palette
CSS code for this palette
/* CSS */
.mineral-blue {
color: #6a908e;
}
.brittany-blue {
color: #4b7e8b;
}
.grand-rapids {
color: #3a6e7e;
}
.galapagos-green {
color: #2a6a5b;
}
.derbyshire {
color: #1f5c38;
}
/* CSS Variables */
:root {
--mineral-blue:#6a908e;
--brittany-blue:#4b7e8b;
--grand-rapids:#3a6e7e;
--galapagos-green:#2a6a5b;
--derbyshire:#1f5c38;
}