Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d5a5c6;
}
.pink-marshmallow {
color: #f0b2d1;
}
.optimistic-yellow {
color: #f7e0a6;
}
.yellow-currant {
color: #f6c76a;
}
.sun-orange {
color: #f37c20;
}
/* CSS Variables */
:root {
--heart-to-heart:#d5a5c6;
--pink-marshmallow:#f0b2d1;
--optimistic-yellow:#f7e0a6;
--yellow-currant:#f6c76a;
--sun-orange:#f37c20;
}