Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.absolute-apricot {
color: #ff9a42;
}
.nacho {
color: #ffcb5c;
}
.canton-jade {
color: #b8e5c7;
}
.cerulean-frost {
color: #6d9ac5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--absolute-apricot:#ff9a42;
--nacho:#ffcb5c;
--canton-jade:#b8e5c7;
--cerulean-frost:#6d9ac5;
}