Color names in this palette
CSS code for this palette
/* CSS */
.peach-patch {
color: #f4d59f;
}
.biscuit-cream {
color: #f9ccb9;
}
.fulgrim-pink {
color: #f7b1cf;
}
.winsome-hue {
color: #a9d8e0;
}
.bad-moon-yellow {
color: #f2e5b5;
}
/* CSS Variables */
:root {
--peach-patch:#f4d59f;
--biscuit-cream:#f9ccb9;
--fulgrim-pink:#f7b1cf;
--winsome-hue:#a9d8e0;
--bad-moon-yellow:#f2e5b5;
}