Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.november-gold {
color: #f3b462;
}
.salmon-eggs {
color: #f9d55d;
}
.lime-lizard {
color: #a1d85a;
}
.mint {
color: #3dbd8c;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--november-gold:#f3b462;
--salmon-eggs:#f9d55d;
--lime-lizard:#a1d85a;
--mint:#3dbd8c;
}