Color names in this palette
CSS code for this palette
/* CSS */
.moonshade {
color: #5e6d9c;
}
.wandering-river {
color: #70a3c7;
}
.light-blue-glint {
color: #a8d3e1;
}
.oyster-bisque {
color: #f3e7af;
}
.candlelight-peach {
color: #f9a29f;
}
/* CSS Variables */
:root {
--moonshade:#5e6d9c;
--wandering-river:#70a3c7;
--light-blue-glint:#a8d3e1;
--oyster-bisque:#f3e7af;
--candlelight-peach:#f9a29f;
}