Color names in this palette
CSS code for this palette
/* CSS */
.wild-rice {
color: #d5bdb4;
}
.kobold-pink {
color: #f1d3d0;
}
.xanthous {
color: #f2b02c;
}
.lion-s-mane {
color: #ebae4c;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--wild-rice:#d5bdb4;
--kobold-pink:#f1d3d0;
--xanthous:#f2b02c;
--lion-s-mane:#ebae4c;
--porcelain-rose:#e76a6a;
}