Color names in this palette
CSS code for this palette
/* CSS */
.privet-hedge {
color: #5a8c7e;
}
.source-green {
color: #83b9a1;
}
.fair-aqua {
color: #b4e4d9;
}
.biscuit-cream {
color: #f8cab4;
}
.sugar-poppy {
color: #e77f7e;
}
/* CSS Variables */
:root {
--privet-hedge:#5a8c7e;
--source-green:#83b9a1;
--fair-aqua:#b4e4d9;
--biscuit-cream:#f8cab4;
--sugar-poppy:#e77f7e;
}