Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.calabrese {
color: #f1a8a2;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.squash-blossom {
color: #f7b83b;
}
.bright-delight {
color: #d15b29;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--calabrese:#f1a8a2;
--enjoyable-yellow:#f6d5a7;
--squash-blossom:#f7b83b;
--bright-delight:#d15b29;
}