Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunset-yellow {
color: #ff8b3d;
}
.floral-leaf {
color: #ffb84d;
}
.gorse {
color: #f9e639;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunset-yellow:#ff8b3d;
--floral-leaf:#ffb84d;
--gorse:#f9e639;
--syndicalist:#f5c400;
}