Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d14c3d;
}
.hubbard-squash {
color: #eabf8b;
}
.dawn-light {
color: #f9e0a9;
}
.eerie-glow {
color: #a7d7b8;
}
.coolbox-ice-turquoise {
color: #499b9c;
}
/* CSS Variables */
:root {
--warming-heart:#d14c3d;
--hubbard-squash:#eabf8b;
--dawn-light:#f9e0a9;
--eerie-glow:#a7d7b8;
--coolbox-ice-turquoise:#499b9c;
}