Color names in this palette
CSS code for this palette
/* CSS */
.aquastone {
color: #88c3b5;
}
.paradise-island {
color: #58a7a0;
}
.blue-chill {
color: #3c8a8b;
}
.lakelike {
color: #2f6f6f;
}
.lacustral {
color: #184e4d;
}
/* CSS Variables */
:root {
--aquastone:#88c3b5;
--paradise-island:#58a7a0;
--blue-chill:#3c8a8b;
--lakelike:#2f6f6f;
--lacustral:#184e4d;
}