Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.popcorn {
color: #f8d37c;
}
.photon-barrier {
color: #8ce1f2;
}
.ameixa {
color: #6a5bcd;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--popcorn:#f8d37c;
--photon-barrier:#8ce1f2;
--ameixa:#6a5bcd;
}