Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.desert-sunrise {
color: #ffb68f;
}
.soviet-gold {
color: #ffd900;
}
.halloween {
color: #ff613d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--desert-sunrise:#ffb68f;
--soviet-gold:#ffd900;
--halloween:#ff613d;
}