Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f5d4c2;
}
.prosciutto {
color: #e4b3a0;
}
.medium-terracotta {
color: #d99c8c;
}
.sunstone {
color: #c88c7e;
}
.heirloom {
color: #b67c6d;
}
/* CSS Variables */
:root {
--dreamsicle:#f5d4c2;
--prosciutto:#e4b3a0;
--medium-terracotta:#d99c8c;
--sunstone:#c88c7e;
--heirloom:#b67c6d;
}