Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #56b3bd;
}
.luna-moona {
color: #76c2c6;
}
.blue-bauble {
color: #a9e0e0;
}
.zappy-zebra {
color: #f0f3f4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--thalassa:#56b3bd;
--luna-moona:#76c2c6;
--blue-bauble:#a9e0e0;
--zappy-zebra:#f0f3f4;
--grapefruit-pulp:#ff6e61;
}