Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.heirloom {
color: #b47c6e;
}
.city-sunrise {
color: #d1a47a;
}
.blossom-yellow {
color: #e3c87d;
}
.martica {
color: #f3e4b9;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--heirloom:#b47c6e;
--city-sunrise:#d1a47a;
--blossom-yellow:#e3c87d;
--martica:#f3e4b9;
}