Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.fall-gold {
color: #ffbd38;
}
.soviet-gold {
color: #ffd900;
}
.crescent-moon {
color: #f2e8cf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--fall-gold:#ffbd38;
--soviet-gold:#ffd900;
--crescent-moon:#f2e8cf;
}