Color names in this palette
CSS code for this palette
/* CSS */
.immersed {
color: #1f5151;
}
.atoll {
color: #2e797a;
}
.crystalsong-blue {
color: #4fb5b2;
}
.island-paradise {
color: #8fe0e0;
}
.candied-snow {
color: #d7f9f5;
}
/* CSS Variables */
:root {
--immersed:#1f5151;
--atoll:#2e797a;
--crystalsong-blue:#4fb5b2;
--island-paradise:#8fe0e0;
--candied-snow:#d7f9f5;
}