Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.squeaky {
color: #6dc5d5;
}
.luminescent-blue {
color: #a0dfe9;
}
.distant-horizon {
color: #f1f7f9;
}
.cupid {
color: #f7b1c6;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--squeaky:#6dc5d5;
--luminescent-blue:#a0dfe9;
--distant-horizon:#f1f7f9;
--cupid:#f7b1c6;
}