Color names in this palette
CSS code for this palette
/* CSS */
.vic-20-green {
color: #90dc8e;
}
.sweet-spring {
color: #d0e5c2;
}
.classical-yellow {
color: #f9d690;
}
.golden-hour {
color: #f2b75a;
}
.orangeville {
color: #e86c59;
}
/* CSS Variables */
:root {
--vic-20-green:#90dc8e;
--sweet-spring:#d0e5c2;
--classical-yellow:#f9d690;
--golden-hour:#f2b75a;
--orangeville:#e86c59;
}