Color names in this palette
CSS code for this palette
/* CSS */
.cupcake-pink {
color: #f7d8d4;
}
.candlelight-peach {
color: #f9a49f;
}
.breeze-of-chilli {
color: #f2706e;
}
.fire-island {
color: #d8503b;
}
.drive-in-cherry {
color: #a92d2f;
}
/* CSS Variables */
:root {
--cupcake-pink:#f7d8d4;
--candlelight-peach:#f9a49f;
--breeze-of-chilli:#f2706e;
--fire-island:#d8503b;
--drive-in-cherry:#a92d2f;
}