Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.red-peppercorn {
color: #c92c41;
}
.porcelain-rose {
color: #ef6c6c;
}
.bleached-apricot {
color: #f8c9af;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--red-peppercorn:#c92c41;
--porcelain-rose:#ef6c6c;
--bleached-apricot:#f8c9af;
--noodles:#f9e3b4;
}