Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.amour {
color: #f05751;
}
.hot-sun {
color: #f7b32b;
}
.ethereal-green {
color: #f1e7c6;
}
.eerie-glow {
color: #a7d7b7;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--amour:#f05751;
--hot-sun:#f7b32b;
--ethereal-green:#f1e7c6;
--eerie-glow:#a7d7b7;
}