Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.welcoming-wasp {
color: #f0a800;
}
.grapefruit-pulp {
color: #ff6e61;
}
.poodle-skirt {
color: #ffb3ba;
}
.slime-lime {
color: #b7ebc0;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--welcoming-wasp:#f0a800;
--grapefruit-pulp:#ff6e61;
--poodle-skirt:#ffb3ba;
--slime-lime:#b7ebc0;
}