Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f6e03c;
}
.squash-blossom {
color: #f6b83c;
}
.chat-orange {
color: #f6993c;
}
.carrot {
color: #f66b3c;
}
.warming-heart {
color: #d64d3d;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f6e03c;
--squash-blossom:#f6b83c;
--chat-orange:#f6993c;
--carrot:#f66b3c;
--warming-heart:#d64d3d;
}