Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.nacho {
color: #ffcb5c;
}
.sunset-papaya {
color: #ff7e61;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--nacho:#ffcb5c;
--sunset-papaya:#ff7e61;
}