Color names in this palette
CSS code for this palette
/* CSS */
.rosemary-green {
color: #6a9a6e;
}
.green-silk {
color: #a6c5b0;
}
.hawaiian-passion {
color: #ff9b3d;
}
.hot-coral {
color: #f15b50;
}
.highlighter-yellow {
color: #f3e43f;
}
/* CSS Variables */
:root {
--rosemary-green:#6a9a6e;
--green-silk:#a6c5b0;
--hawaiian-passion:#ff9b3d;
--hot-coral:#f15b50;
--highlighter-yellow:#f3e43f;
}