Color names in this palette
CSS code for this palette
/* CSS */
.piggy-bank {
color: #ffccbd;
}
.frozen-salmon {
color: #ffa98f;
}
.protein-high {
color: #ff8a66;
}
.pastrami {
color: #e57171;
}
.khmer-curry {
color: #ef5552;
}
/* CSS Variables */
:root {
--piggy-bank:#ffccbd;
--frozen-salmon:#ffa98f;
--protein-high:#ff8a66;
--pastrami:#e57171;
--khmer-curry:#ef5552;
}