Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.absolute-apricot {
color: #ff9a42;
}
.peeps {
color: #ffcd38;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--absolute-apricot:#ff9a42;
--peeps:#ffcd38;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
}