Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peanut-butter-chicken {
color: #ffb861;
}
.soviet-gold {
color: #ffd900;
}
.lime-lizard {
color: #a3d55d;
}
.kindred {
color: #709ddb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peanut-butter-chicken:#ffb861;
--soviet-gold:#ffd900;
--lime-lizard:#a3d55d;
--kindred:#709ddb;
}