Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butterfly-bush {
color: #6a5b8b;
}
.shrimp-toast {
color: #f7c5a1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.vampire-red {
color: #d83c31;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butterfly-bush:#6a5b8b;
--shrimp-toast:#f7c5a1;
--apricot-glazed-chicken:#f5a524;
--vampire-red:#d83c31;
}