Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mock-orange {
color: #ff9861;
}
.cinnamon-buff {
color: #ffc170;
}
.bicycle-yellow {
color: #ffe48a;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mock-orange:#ff9861;
--cinnamon-buff:#ffc170;
--bicycle-yellow:#ffe48a;
--soviet-gold:#ffd900;
}