Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.wake-me-up {
color: #f7d259;
}
.lemon-caipirinha {
color: #f8df9b;
}
.pink-blush {
color: #f4aeb4;
}
.cherry-brandy {
color: #e56c80;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--wake-me-up:#f7d259;
--lemon-caipirinha:#f8df9b;
--pink-blush:#f4aeb4;
--cherry-brandy:#e56c80;
}