Color names in this palette
CSS code for this palette
/* CSS */
.blue-green-gem {
color: #81cfc5;
}
.aqua-wish {
color: #a2e6d3;
}
.cactus-water {
color: #d2f9e0;
}
.hawaiian-cream {
color: #f9e7b9;
}
.lugganath-orange {
color: #f6a488;
}
/* CSS Variables */
:root {
--blue-green-gem:#81cfc5;
--aqua-wish:#a2e6d3;
--cactus-water:#d2f9e0;
--hawaiian-cream:#f9e7b9;
--lugganath-orange:#f6a488;
}