Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.syndicalist {
color: #f5c400;
}
.heisenberg-blue {
color: #70d7ff;
}
.sunset-papaya {
color: #ff7e61;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--syndicalist:#f5c400;
--heisenberg-blue:#70d7ff;
--sunset-papaya:#ff7e61;
}