Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.chantilly {
color: #eab8c9;
}
.mette-penne {
color: #f8e1d3;
}
.curry-bubbles {
color: #f5b800;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--chantilly:#eab8c9;
--mette-penne:#f8e1d3;
--curry-bubbles:#f5b800;
--lemon-dream:#f0a400;
}