Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.debutante {
color: #f27269;
}
.cochin-chicken {
color: #f9ba62;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.light-sky-chase {
color: #b9d6da;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--debutante:#f27269;
--cochin-chicken:#f9ba62;
--smooth-as-corn-silk:#f4e4b3;
--light-sky-chase:#b9d6da;
}