Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2be;
}
.pink-marshmallow {
color: #f3b9d2;
}
.shell-ginger {
color: #f9e3d7;
}
.rice-wine {
color: #f5e8c7;
}
.fat-gold {
color: #e6b400;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2be;
--pink-marshmallow:#f3b9d2;
--shell-ginger:#f9e3d7;
--rice-wine:#f5e8c7;
--fat-gold:#e6b400;
}