Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.rubber-radish {
color: #ff99a1;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--rubber-radish:#ff99a1;
--kisses-and-hugs:#ff667d;
}