Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a0ba;
}
.peach-temptation {
color: #f1c3b1;
}
.flan {
color: #f7e3b1;
}
.green-glint {
color: #e0f7ca;
}
.charlotte {
color: #a3e0e6;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a0ba;
--peach-temptation:#f1c3b1;
--flan:#f7e3b1;
--green-glint:#e0f7ca;
--charlotte:#a3e0e6;
}