Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f1b1d1;
}
.lolly {
color: #ff9c8f;
}
.chanterelles {
color: #ffc96b;
}
.aspen-yellow {
color: #f8e0a0;
}
.iced-aqua {
color: #a6d8d6;
}
/* CSS Variables */
:root {
--changeling-pink:#f1b1d1;
--lolly:#ff9c8f;
--chanterelles:#ffc96b;
--aspen-yellow:#f8e0a0;
--iced-aqua:#a6d8d6;
}