Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.honey-tea {
color: #dabe8b;
}
.old-money {
color: #2d5c4d;
}
.ocean-cruise {
color: #9ed4e0;
}
.arts-crafts-gold {
color: #f5c88a;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--honey-tea:#dabe8b;
--old-money:#2d5c4d;
--ocean-cruise:#9ed4e0;
--arts-crafts-gold:#f5c88a;
}