Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.biscuit-cream {
color: #f9ccb9;
}
.marigold-dust {
color: #f4cf3e;
}
.lavender-water {
color: #d1c6e1;
}
.lavender-phlox {
color: #a8b6e1;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--biscuit-cream:#f9ccb9;
--marigold-dust:#f4cf3e;
--lavender-water:#d1c6e1;
--lavender-phlox:#a8b6e1;
}