Color names in this palette
CSS code for this palette
/* CSS */
.knockout {
color: #c52b2b;
}
.porcelain-rose {
color: #e76a6a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.royal-yellow {
color: #f8d94f;
}
.lemon-pound-cake {
color: #ffda94;
}
/* CSS Variables */
:root {
--knockout:#c52b2b;
--porcelain-rose:#e76a6a;
--apricot-glazed-chicken:#f5a524;
--royal-yellow:#f8d94f;
--lemon-pound-cake:#ffda94;
}