Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d25b90;
}
.pink-fit {
color: #f2a6ad;
}
.melon-ice {
color: #f3dac9;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.kogane-gold {
color: #e6b41e;
}
/* CSS Variables */
:root {
--flirty-rose:#d25b90;
--pink-fit:#f2a6ad;
--melon-ice:#f3dac9;
--enjoyable-yellow:#f6d6a7;
--kogane-gold:#e6b41e;
}