Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d64f3d;
}
.sunburst {
color: #f3b87c;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.eerie-glow {
color: #a7d7b8;
}
.stormy-ridge {
color: #4d7d99;
}
/* CSS Variables */
:root {
--warming-heart:#d64f3d;
--sunburst:#f3b87c;
--smooth-as-corn-silk:#f4e3b3;
--eerie-glow:#a7d7b8;
--stormy-ridge:#4d7d99;
}