Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f8d6a0;
}
.mandys-pink {
color: #f4b89a;
}
.candlelight-peach {
color: #f8a2a0;
}
.sachet-pink {
color: #f48aba;
}
.love-letter {
color: #e76a8f;
}
/* CSS Variables */
:root {
--milky-maize:#f8d6a0;
--mandys-pink:#f4b89a;
--candlelight-peach:#f8a2a0;
--sachet-pink:#f48aba;
--love-letter:#e76a8f;
}