Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orangish {
color: #ff9147;
}
.vibrant {
color: #ffd54d;
}
.green-fiasco {
color: #b0eb00;
}
.heisenberg-blue {
color: #6fd0f6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orangish:#ff9147;
--vibrant:#ffd54d;
--green-fiasco:#b0eb00;
--heisenberg-blue:#6fd0f6;
}