Color names in this palette
CSS code for this palette
/* CSS */
.greek-garden {
color: #8bcb8b;
}
.straw-hat {
color: #f1d3a7;
}
.squash-blossom {
color: #f6b83c;
}
.coral-expression {
color: #d86969;
}
.bermuda-onion {
color: #a35c95;
}
/* CSS Variables */
:root {
--greek-garden:#8bcb8b;
--straw-hat:#f1d3a7;
--squash-blossom:#f6b83c;
--coral-expression:#d86969;
--bermuda-onion:#a35c95;
}