Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #1c4e4f;
}
.atoll {
color: #2a7a78;
}
.tropical-escape {
color: #4cb8b2;
}
.island-paradise {
color: #8de2e0;
}
.frosty-mint {
color: #dff6f3;
}
/* CSS Variables */
:root {
--lacustral:#1c4e4f;
--atoll:#2a7a78;
--tropical-escape:#4cb8b2;
--island-paradise:#8de2e0;
--frosty-mint:#dff6f3;
}