Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.welcoming-wasp {
color: #f0a800;
}
.shrimp-toast {
color: #f6c5a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ice-cube {
color: #b1e2d5;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--welcoming-wasp:#f0a800;
--shrimp-toast:#f6c5a2;
--grapefruit-pulp:#ff6e61;
--ice-cube:#b1e2d5;
}