Color names in this palette
CSS code for this palette
/* CSS */
.laser {
color: #c7a75c;
}
.pineapple-wine {
color: #d9b76d;
}
.table-pear-yellow {
color: #e6c075;
}
.march-yellow {
color: #f1d788;
}
.gold-sand {
color: #f5e8a8;
}
/* CSS Variables */
:root {
--laser:#c7a75c;
--pineapple-wine:#d9b76d;
--table-pear-yellow:#e6c075;
--march-yellow:#f1d788;
--gold-sand:#f5e8a8;
}