Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.rushing-stream {
color: #68c3d9;
}
.early-july {
color: #a5dde9;
}
.distant-horizon {
color: #f1f6f9;
}
.christy-s-smile {
color: #f8b9ce;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--rushing-stream:#68c3d9;
--early-july:#a5dde9;
--distant-horizon:#f1f6f9;
--christy-s-smile:#f8b9ce;
}