Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.basil-smash {
color: #b1e59e;
}
.zappy-zebra {
color: #f0f2f4;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--basil-smash:#b1e59e;
--zappy-zebra:#f0f2f4;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}