Color names in this palette
CSS code for this palette
/* CSS */
.aquatic-green {
color: #4b9b9b;
}
.atoll {
color: #2f7979;
}
.forbidden-forest {
color: #205656;
}
.nordic {
color: #1b3b3b;
}
.black-box {
color: #0e2a2a;
}
/* CSS Variables */
:root {
--aquatic-green:#4b9b9b;
--atoll:#2f7979;
--forbidden-forest:#205656;
--nordic:#1b3b3b;
--black-box:#0e2a2a;
}