Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #ffc83d;
}
.hello-spring {
color: #3ddb6d;
}
.tears-of-joy {
color: #f0f0db;
}
.alpine-green {
color: #005c50;
}
.woodland-soul {
color: #0f7b4e;
}
/* CSS Variables */
:root {
--yellow-jacket:#ffc83d;
--hello-spring:#3ddb6d;
--tears-of-joy:#f0f0db;
--alpine-green:#005c50;
--woodland-soul:#0f7b4e;
}