Color names in this palette
CSS code for this palette
/* CSS */
.not-a-cloud-in-sight {
color: #84c6d2;
}
.welcoming-wasp {
color: #f0a800;
}
.fulgrim-pink {
color: #f2b1d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--not-a-cloud-in-sight:#84c6d2;
--welcoming-wasp:#f0a800;
--fulgrim-pink:#f2b1d1;
--grapefruit-pulp:#ff6e61;
--usc-gold:#ffcc00;
}