Color names in this palette
CSS code for this palette
/* CSS */
.black-box {
color: #0e292f;
}
.lacustral {
color: #1c4e4f;
}
.dull-teal {
color: #5f9b8e;
}
.whirlpool {
color: #a4daca;
}
.lantern-light {
color: #f5eab8;
}
/* CSS Variables */
:root {
--black-box:#0e292f;
--lacustral:#1c4e4f;
--dull-teal:#5f9b8e;
--whirlpool:#a4daca;
--lantern-light:#f5eab8;
}