Color names in this palette
CSS code for this palette
/* CSS */
.maple-beige {
color: #fad3a3;
}
.mystic-tulip {
color: #f7b8a1;
}
.peach-punch {
color: #f69998;
}
.camaron-pink {
color: #f57f8f;
}
.ponceau {
color: #f45d79;
}
/* CSS Variables */
:root {
--maple-beige:#fad3a3;
--mystic-tulip:#f7b8a1;
--peach-punch:#f69998;
--camaron-pink:#f57f8f;
--ponceau:#f45d79;
}