Color names in this palette
CSS code for this palette
/* CSS */
.walking-on-sunshine {
color: #fffa9e;
}
.quack-quack {
color: #ffeb8a;
}
.zinnia-gold {
color: #ffd980;
}
.chanterelles {
color: #ffc66b;
}
.peanut-butter-chicken {
color: #ffb65c;
}
/* CSS Variables */
:root {
--walking-on-sunshine:#fffa9e;
--quack-quack:#ffeb8a;
--zinnia-gold:#ffd980;
--chanterelles:#ffc66b;
--peanut-butter-chicken:#ffb65c;
}