Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.highlighter-pink {
color: #e85e7e;
}
.roseberry {
color: #f2a5a1;
}
.floral-leaf {
color: #ffb84d;
}
.limone {
color: #d2c141;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--highlighter-pink:#e85e7e;
--roseberry:#f2a5a1;
--floral-leaf:#ffb84d;
--limone:#d2c141;
}