Color names in this palette
CSS code for this palette
/* CSS */
.kilkenny {
color: #4b8153;
}
.tiki-monster {
color: #8ebe8e;
}
.edgewater {
color: #c0d8c4;
}
.peaceful-rain {
color: #f1f8f3;
}
.flower-stem {
color: #b2d3b1;
}
/* CSS Variables */
:root {
--kilkenny:#4b8153;
--tiki-monster:#8ebe8e;
--edgewater:#c0d8c4;
--peaceful-rain:#f1f8f3;
--flower-stem:#b2d3b1;
}