Color names in this palette
CSS code for this palette
/* CSS */
.glistening-dawn {
color: #f6b828;
}
.tasman-honey-yellow {
color: #e8c65e;
}
.sabz-green {
color: #a0d51a;
}
.zunda-green {
color: #6bbf2b;
}
.salmon-eggs {
color: #f4d65d;
}
/* CSS Variables */
:root {
--glistening-dawn:#f6b828;
--tasman-honey-yellow:#e8c65e;
--sabz-green:#a0d51a;
--zunda-green:#6bbf2b;
--salmon-eggs:#f4d65d;
}