Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a9b4;
}
.changeling-pink {
color: #f1b1d1;
}
.sweetheart {
color: #f4c3d6;
}
.banana-br-l-e {
color: #f9eab9;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--pink-fit:#f9a9b4;
--changeling-pink:#f1b1d1;
--sweetheart:#f4c3d6;
--banana-br-l-e:#f9eab9;
--soviet-gold:#ffd900;
}