Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3c8b58;
}
.young-bamboo {
color: #69bf8b;
}
.nihilakh-oxide {
color: #a3d7b8;
}
.optimistic-yellow {
color: #f4e1a4;
}
.golden-hour {
color: #f2b75a;
}
/* CSS Variables */
:root {
--irish:#3c8b58;
--young-bamboo:#69bf8b;
--nihilakh-oxide:#a3d7b8;
--optimistic-yellow:#f4e1a4;
--golden-hour:#f2b75a;
}