Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.drop-green {
color: #6bbf5a;
}
.olympic-blue {
color: #4b91e2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.blood-orange {
color: #cf021a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--drop-green:#6bbf5a;
--olympic-blue:#4b91e2;
--apricot-glazed-chicken:#f5a524;
--blood-orange:#cf021a;
}