Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f4b4e6;
}
.saira-red {
color: #ff9eb3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.nacho {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--hanami-pink:#f4b4e6;
--saira-red:#ff9eb3;
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--nacho:#ffcb5c;
}