Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.nacho {
color: #ffcb5c;
}
.pristine-petal {
color: #d5e1df;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--nacho:#ffcb5c;
--pristine-petal:#d5e1df;
--windstorm:#6999c3;
}