Color names in this palette
CSS code for this palette
/* CSS */
.paper-dog {
color: #d6c7a9;
}
.jasper-cane {
color: #e5c59f;
}
.goldsmith {
color: #f2b650;
}
.exuberant-orange {
color: #ef622e;
}
.painted-poppy {
color: #c84a3c;
}
/* CSS Variables */
:root {
--paper-dog:#d6c7a9;
--jasper-cane:#e5c59f;
--goldsmith:#f2b650;
--exuberant-orange:#ef622e;
--painted-poppy:#c84a3c;
}