Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.montana-sky {
color: #6eb3b9;
}
.baltic-green {
color: #3c9f93;
}
.atoll {
color: #2e7b7f;
}
.lacustral {
color: #1d4e4e;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--montana-sky:#6eb3b9;
--baltic-green:#3c9f93;
--atoll:#2e7b7f;
--lacustral:#1d4e4e;
}