Color names in this palette
CSS code for this palette
/* CSS */
.desaturated-cyan {
color: #699b9b;
}
.green-room {
color: #7db0a6;
}
.refresh {
color: #a1d3c4;
}
.lemon-filling {
color: #f7e4a6;
}
.plum-blossom {
color: #f1a2a2;
}
/* CSS Variables */
:root {
--desaturated-cyan:#699b9b;
--green-room:#7db0a6;
--refresh:#a1d3c4;
--lemon-filling:#f7e4a6;
--plum-blossom:#f1a2a2;
}