Color names in this palette
CSS code for this palette
/* CSS */
.madder-orange {
color: #f0bcad;
}
.demure-pink {
color: #f8d2c4;
}
.sweet-heart {
color: #e4aab4;
}
.salmon-pok-bowl {
color: #f27a78;
}
.pinkish {
color: #d06c7d;
}
/* CSS Variables */
:root {
--madder-orange:#f0bcad;
--demure-pink:#f8d2c4;
--sweet-heart:#e4aab4;
--salmon-pok-bowl:#f27a78;
--pinkish:#d06c7d;
}