Color names in this palette
CSS code for this palette
/* CSS */
.peach-whip {
color: #d9b8b0;
}
.sprite-twist {
color: #b9dac1;
}
.blue-bows {
color: #a5c4d4;
}
.jazz-age-coral {
color: #f1c2b1;
}
.pina-colada {
color: #f4dfb4;
}
/* CSS Variables */
:root {
--peach-whip:#d9b8b0;
--sprite-twist:#b9dac1;
--blue-bows:#a5c4d4;
--jazz-age-coral:#f1c2b1;
--pina-colada:#f4dfb4;
}