Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4ba05d;
}
.green-ash {
color: #90d5a4;
}
.bay {
color: #b2e0d4;
}
.calico-rose {
color: #e4c0b4;
}
.shrimp-toast {
color: #f6c6a2;
}
/* CSS Variables */
:root {
--longing-for-nature:#4ba05d;
--green-ash:#90d5a4;
--bay:#b2e0d4;
--calico-rose:#e4c0b4;
--shrimp-toast:#f6c6a2;
}