Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d84b3b;
}
.amber-glow {
color: #f09c3d;
}
.juicy-jackfruit {
color: #f1df3b;
}
.tender-shoots {
color: #a7cf3a;
}
.longing-for-nature {
color: #4d9d5c;
}
/* CSS Variables */
:root {
--warming-heart:#d84b3b;
--amber-glow:#f09c3d;
--juicy-jackfruit:#f1df3b;
--tender-shoots:#a7cf3a;
--longing-for-nature:#4d9d5c;
}