Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.camellia-rose {
color: #e64c6e;
}
.pink-fit {
color: #f6a2b2;
}
.gentlemann-s-business-pants {
color: #f2e58c;
}
.butter-tart {
color: #fce8a1;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--camellia-rose:#e64c6e;
--pink-fit:#f6a2b2;
--gentlemann-s-business-pants:#f2e58c;
--butter-tart:#fce8a1;
}