Color names in this palette
CSS code for this palette
/* CSS */
.squid-pink {
color: #f5b7c0;
}
.pink-chalk {
color: #f6a2ba;
}
.dodgeroll-gold {
color: #f39c12;
}
.wake-me-up {
color: #f7d259;
}
.ripe-pear {
color: #e0e26e;
}
/* CSS Variables */
:root {
--squid-pink:#f5b7c0;
--pink-chalk:#f6a2ba;
--dodgeroll-gold:#f39c12;
--wake-me-up:#f7d259;
--ripe-pear:#e0e26e;
}