Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #1d4d4e;
}
.nero-s-green {
color: #2e7e7f;
}
.crystalsong-blue {
color: #4eb7b3;
}
.everest {
color: #a3e6e4;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--lacustral:#1d4d4e;
--nero-s-green:#2e7e7f;
--crystalsong-blue:#4eb7b3;
--everest:#a3e6e4;
--coastal-breeze:#e0f7fa;
}