Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.just-blush {
color: #f9b5a4;
}
.young-crab {
color: #f99a9f;
}
.strawberry-shortcake {
color: #f78d99;
}
.god-s-own-junkyard-pink {
color: #f76998;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--just-blush:#f9b5a4;
--young-crab:#f99a9f;
--strawberry-shortcake:#f78d99;
--god-s-own-junkyard-pink:#f76998;
}