Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.squeaky {
color: #6cc4d5;
}
.mint-macaron {
color: #afebee;
}
.gram-s-hair {
color: #f3f6f7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--squeaky:#6cc4d5;
--mint-macaron:#afebee;
--gram-s-hair:#f3f6f7;
--creamy-sweet-corn:#f9c54e;
}