Color names in this palette
CSS code for this palette
/* CSS */
.heisenberg-blue {
color: #6cd0f4;
}
.just-blush {
color: #f9b4a4;
}
.no-gmb-yellow {
color: #f5e78a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.aphrodite-aqua {
color: #4ce1b4;
}
/* CSS Variables */
:root {
--heisenberg-blue:#6cd0f4;
--just-blush:#f9b4a4;
--no-gmb-yellow:#f5e78a;
--grapefruit-pulp:#ff6e61;
--aphrodite-aqua:#4ce1b4;
}