Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #b8e1ff;
}
.welcoming-wasp {
color: #f0a800;
}
.molten-core {
color: #ff5900;
}
.grapefruit-pulp {
color: #ff6e61;
}
.piggy-bank {
color: #ffccbd;
}
/* CSS Variables */
:root {
--dithered-sky:#b8e1ff;
--welcoming-wasp:#f0a800;
--molten-core:#ff5900;
--grapefruit-pulp:#ff6e61;
--piggy-bank:#ffccbd;
}