Color names in this palette
CSS code for this palette
/* CSS */
.bastard-amber {
color: #ffcc8a;
}
.chanterelles {
color: #ffc96b;
}
.floral-leaf {
color: #ffb54d;
}
.guava {
color: #ff9d2e;
}
.laddu-orange {
color: #ff8c1a;
}
/* CSS Variables */
:root {
--bastard-amber:#ffcc8a;
--chanterelles:#ffc96b;
--floral-leaf:#ffb54d;
--guava:#ff9d2e;
--laddu-orange:#ff8c1a;
}