Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.rogue-pink {
color: #f5a3c0;
}
.parma-ham {
color: #f69a7e;
}
.salmon-eggs {
color: #f4d65d;
}
.tropical-light {
color: #a2d36f;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--rogue-pink:#f5a3c0;
--parma-ham:#f69a7e;
--salmon-eggs:#f4d65d;
--tropical-light:#a2d36f;
}