Color names in this palette
CSS code for this palette
/* CSS */
.broccoli {
color: #8baf60;
}
.viridine-green {
color: #c7daaa;
}
.thatched-roof {
color: #f0e0c7;
}
.salmon-beauty {
color: #f9c8b4;
}
.highlighter-pink {
color: #e85e7e;
}
/* CSS Variables */
:root {
--broccoli:#8baf60;
--viridine-green:#c7daaa;
--thatched-roof:#f0e0c7;
--salmon-beauty:#f9c8b4;
--highlighter-pink:#e85e7e;
}