Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.amber-tide {
color: #ffb1a3;
}
.acini-di-pepe {
color: #ffd6b3;
}
.antigua-sunrise {
color: #ffe6c7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--amber-tide:#ffb1a3;
--acini-di-pepe:#ffd6b3;
--antigua-sunrise:#ffe6c7;
}