Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.maximum-green-yellow {
color: #d3e156;
}
.feather-star {
color: #5f9cec;
}
.ameixa {
color: #6a5bcd;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--maximum-green-yellow:#d3e156;
--feather-star:#5f9cec;
--ameixa:#6a5bcd;
}