Color names in this palette
CSS code for this palette
/* CSS */
.pink-blush {
color: #f7abb5;
}
.peanut-butter-chicken {
color: #ffb861;
}
.energy-yellow {
color: #f7d850;
}
.overtone {
color: #a1e8b7;
}
.blue-dart-frog {
color: #3b7e9b;
}
/* CSS Variables */
:root {
--pink-blush:#f7abb5;
--peanut-butter-chicken:#ffb861;
--energy-yellow:#f7d850;
--overtone:#a1e8b7;
--blue-dart-frog:#3b7e9b;
}