Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.nacho {
color: #ffcb5c;
}
.lakeside-mist {
color: #d6f0f0;
}
.ameixa {
color: #6a5bcd;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--nacho:#ffcb5c;
--lakeside-mist:#d6f0f0;
--ameixa:#6a5bcd;
--n-rang-orange:#ff8052;
}