Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.yellow-currant {
color: #f9c36c;
}
.corn-stalk {
color: #fcdaa6;
}
.daisy-desi {
color: #fddf8b;
}
.double-dragon {
color: #f99e43;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--yellow-currant:#f9c36c;
--corn-stalk:#fcdaa6;
--daisy-desi:#fddf8b;
--double-dragon:#f99e43;
}