Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2af;
}
.cherry-blush {
color: #ffc7e0;
}
.lemon-slice {
color: #fff6a8;
}
.peanut-butter-chicken {
color: #ffb861;
}
.jasper {
color: #d53f3f;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2af;
--cherry-blush:#ffc7e0;
--lemon-slice:#fff6a8;
--peanut-butter-chicken:#ffb861;
--jasper:#d53f3f;
}