Color names in this palette
CSS code for this palette
/* CSS */
.jungle-mist {
color: #b1c3c4;
}
.moody-blue {
color: #8a7ccb;
}
.amaranth-purple {
color: #6b3f88;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.snappy-happy {
color: #eb803d;
}
/* CSS Variables */
:root {
--jungle-mist:#b1c3c4;
--moody-blue:#8a7ccb;
--amaranth-purple:#6b3f88;
--lemon-ice-yellow:#f7e2a6;
--snappy-happy:#eb803d;
}