Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f9ccb9;
}
.squid-pink {
color: #f7b6bf;
}
.pretty-pink-piggy {
color: #f0a3da;
}
.plasma-trail {
color: #d899ff;
}
.dithered-sky {
color: #b8e1ff;
}
/* CSS Variables */
:root {
--biscuit-cream:#f9ccb9;
--squid-pink:#f7b6bf;
--pretty-pink-piggy:#f0a3da;
--plasma-trail:#d899ff;
--dithered-sky:#b8e1ff;
}