Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d34d3c;
}
.coral-silk {
color: #efa47b;
}
.aspen-yellow {
color: #f7e0a1;
}
.pistachio-green {
color: #a5d69e;
}
.brig {
color: #4c9fbd;
}
/* CSS Variables */
:root {
--warming-heart:#d34d3c;
--coral-silk:#efa47b;
--aspen-yellow:#f7e0a1;
--pistachio-green:#a5d69e;
--brig:#4c9fbd;
}