Color names in this palette
CSS code for this palette
/* CSS */
.pulled-taffy {
color: #f2d5ba;
}
.china-doll {
color: #f2e4d4;
}
.first-date {
color: #f4b69f;
}
.mexican-standoff {
color: #e8a378;
}
.apricot-brown {
color: #c87d5b;
}
/* CSS Variables */
:root {
--pulled-taffy:#f2d5ba;
--china-doll:#f2e4d4;
--first-date:#f4b69f;
--mexican-standoff:#e8a378;
--apricot-brown:#c87d5b;
}