Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.nacho {
color: #ffcb5c;
}
.lasting-thoughts {
color: #d8e8b0;
}
.deluxe-days {
color: #8ecae6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--nacho:#ffcb5c;
--lasting-thoughts:#d8e8b0;
--deluxe-days:#8ecae6;
}