Color names in this palette
CSS code for this palette
/* CSS */
.swamp-mausoleum {
color: #0b4b45;
}
.geneva-green {
color: #1b7978;
}
.crystalsong-blue {
color: #51b3b1;
}
.ice-crystal-blue {
color: #a7e2e0;
}
.soft-mint {
color: #e7f9f2;
}
/* CSS Variables */
:root {
--swamp-mausoleum:#0b4b45;
--geneva-green:#1b7978;
--crystalsong-blue:#51b3b1;
--ice-crystal-blue:#a7e2e0;
--soft-mint:#e7f9f2;
}