Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.cherry-blossom {
color: #f6c1d5;
}
.sheer-lavender {
color: #f2e3f0;
}
.bay {
color: #b3e0d3;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--cherry-blossom:#f6c1d5;
--sheer-lavender:#f2e3f0;
--bay:#b3e0d3;
--bright-khaki:#f0e78e;
}