Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f6a65a;
}
.yellow-currant {
color: #f5c56b;
}
.bright-khaki {
color: #f1e78e;
}
.green-trance {
color: #a8d8a6;
}
.lagoon {
color: #4b9b8e;
}
/* CSS Variables */
:root {
--ginger-milk:#f6a65a;
--yellow-currant:#f5c56b;
--bright-khaki:#f1e78e;
--green-trance:#a8d8a6;
--lagoon:#4b9b8e;
}