Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a6c5;
}
.fulgrim-pink {
color: #f2b1d2;
}
.phoenix-fossil {
color: #f6d89d;
}
.spicy-sweetcorn {
color: #f5a700;
}
.foxy {
color: #a75b52;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a6c5;
--fulgrim-pink:#f2b1d2;
--phoenix-fossil:#f6d89d;
--spicy-sweetcorn:#f5a700;
--foxy:#a75b52;
}