Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.candy-cane {
color: #f7bfc3;
}
.tender-peach {
color: #f9d3b9;
}
.venetian-yellow {
color: #f5e4a3;
}
.fine-linen {
color: #f9f8c3;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--candy-cane:#f7bfc3;
--tender-peach:#f9d3b9;
--venetian-yellow:#f5e4a3;
--fine-linen:#f9f8c3;
}