Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.pink-chalk {
color: #f4a4bf;
}
.fruit-shake {
color: #f29c8c;
}
.sizzling-sunset {
color: #ef7e4d;
}
.plague-brown {
color: #e0b700;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--pink-chalk:#f4a4bf;
--fruit-shake:#f29c8c;
--sizzling-sunset:#ef7e4d;
--plague-brown:#e0b700;
}