Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.yellow-jacket {
color: #ffc83d;
}
.blue-dam {
color: #a5c6d5;
}
.gem {
color: #4d5b89;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--yellow-jacket:#ffc83d;
--blue-dam:#a5c6d5;
--gem:#4d5b89;
}