Color names in this palette
CSS code for this palette
/* CSS */
.moody-mist {
color: #c9e4d8;
}
.sparkling-mint {
color: #a3dcd4;
}
.skylar {
color: #6cc6c3;
}
.moonstone {
color: #3daebd;
}
.bondi-blue {
color: #0096b8;
}
/* CSS Variables */
:root {
--moody-mist:#c9e4d8;
--sparkling-mint:#a3dcd4;
--skylar:#6cc6c3;
--moonstone:#3daebd;
--bondi-blue:#0096b8;
}