Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #1d4d4e;
}
.atoll {
color: #2a7a78;
}
.crystalsong-blue {
color: #4fb5b4;
}
.everest {
color: #a2e6e5;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--lacustral:#1d4d4e;
--atoll:#2a7a78;
--crystalsong-blue:#4fb5b4;
--everest:#a2e6e5;
--distant-horizon:#f0f8f9;
}