Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d4abc2;
}
.misty-memories {
color: #e7c5d3;
}
.marshmallow-rose {
color: #f7e4e6;
}
.maple-beige {
color: #f9d1a4;
}
.mystic-tulip {
color: #f7b4a1;
}
/* CSS Variables */
:root {
--heart-to-heart:#d4abc2;
--misty-memories:#e7c5d3;
--marshmallow-rose:#f7e4e6;
--maple-beige:#f9d1a4;
--mystic-tulip:#f7b4a1;
}