Color names in this palette
CSS code for this palette
/* CSS */
.straw-harvest {
color: #dac8a4;
}
.first-date {
color: #f3b2a0;
}
.sundance {
color: #f9c56c;
}
.priceless-coral {
color: #e8a68c;
}
.golgfag-brown {
color: #d77f70;
}
/* CSS Variables */
:root {
--straw-harvest:#dac8a4;
--first-date:#f3b2a0;
--sundance:#f9c56c;
--priceless-coral:#e8a68c;
--golgfag-brown:#d77f70;
}