Color names in this palette
CSS code for this palette
/* CSS */
.pink-punch {
color: #d24b6d;
}
.pink-fit {
color: #f6a7b4;
}
.sunkissed-yellow {
color: #ffebb8;
}
.soviet-gold {
color: #ffd900;
}
.squeaky {
color: #6cc7d5;
}
/* CSS Variables */
:root {
--pink-punch:#d24b6d;
--pink-fit:#f6a7b4;
--sunkissed-yellow:#ffebb8;
--soviet-gold:#ffd900;
--squeaky:#6cc7d5;
}