Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f6e1a7;
}
.lion-cub {
color: #f9cda4;
}
.candlelight-peach {
color: #f8a2a0;
}
.xoxo {
color: #f57f95;
}
.pink-punk {
color: #d77eba;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f6e1a7;
--lion-cub:#f9cda4;
--candlelight-peach:#f8a2a0;
--xoxo:#f57f95;
--pink-punk:#d77eba;
}