Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c82d42;
}
.sugar-poppy {
color: #e77e7f;
}
.carnation-bloom {
color: #f9bebe;
}
.banana-yogurt {
color: #f9e8b4;
}
.golden-raspberry {
color: #f6d779;
}
/* CSS Variables */
:root {
--red-peppercorn:#c82d42;
--sugar-poppy:#e77e7f;
--carnation-bloom:#f9bebe;
--banana-yogurt:#f9e8b4;
--golden-raspberry:#f6d779;
}