Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a3b4;
}
.hopeful {
color: #f1d5e1;
}
.french-lilac {
color: #dab9d8;
}
.bird-s-egg-green {
color: #a9c7b9;
}
.privet-hedge {
color: #5b8b79;
}
/* CSS Variables */
:root {
--pink-fit:#f5a3b4;
--hopeful:#f1d5e1;
--french-lilac:#dab9d8;
--bird-s-egg-green:#a9c7b9;
--privet-hedge:#5b8b79;
}