Color names in this palette
CSS code for this palette
/* CSS */
.chanterelles {
color: #ffc370;
}
.grenadine-pink {
color: #ff616e;
}
.bunny-soft {
color: #d3c0c2;
}
.punch-out-glove {
color: #708dff;
}
.light-sky-babe {
color: #9fd0e0;
}
/* CSS Variables */
:root {
--chanterelles:#ffc370;
--grenadine-pink:#ff616e;
--bunny-soft:#d3c0c2;
--punch-out-glove:#708dff;
--light-sky-babe:#9fd0e0;
}