Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d5aac0;
}
.baby-steps {
color: #f4c8d8;
}
.pork-belly {
color: #f8e2e8;
}
.precious-pink {
color: #f4b4b8;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--heart-to-heart:#d5aac0;
--baby-steps:#f4c8d8;
--pork-belly:#f8e2e8;
--precious-pink:#f4b4b8;
--durotar-fire:#f05a28;
}