Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.ameixa {
color: #6a5bcd;
}
.dwarven-peaches {
color: #ffa07a;
}
.glass-jar-blue {
color: #1fb2aa;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--ameixa:#6a5bcd;
--dwarven-peaches:#ffa07a;
--glass-jar-blue:#1fb2aa;
--n-rang-orange:#ff8052;
}