Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-mauve {
color: #d5bed2;
}
.in-the-pink {
color: #f2c5d3;
}
.noodles {
color: #f8e1b4;
}
.witty-green {
color: #b2d79d;
}
.undercool {
color: #7cbfde;
}
/* CSS Variables */
:root {
--cosmetic-mauve:#d5bed2;
--in-the-pink:#f2c5d3;
--noodles:#f8e1b4;
--witty-green:#b2d79d;
--undercool:#7cbfde;
}