Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #02b2e3;
}
.diroset {
color: #5cc7a3;
}
.green-ash {
color: #94d6a0;
}
.lemon-verbena {
color: #f2e96e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-atoll:#02b2e3;
--diroset:#5cc7a3;
--green-ash:#94d6a0;
--lemon-verbena:#f2e96e;
--grapefruit-pulp:#ff6e61;
}