Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.trump-tan {
color: #f9a76c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bright-delight {
color: #d15b29;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--trump-tan:#f9a76c;
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
--bright-delight:#d15b29;
}