Color names in this palette
CSS code for this palette
/* CSS */
.khmer-curry {
color: #f05656;
}
.squash-blossom {
color: #f6b83c;
}
.xanthic {
color: #f8e61b;
}
.crystal-green {
color: #a5d97d;
}
.steel-teal {
color: #5d8e8a;
}
/* CSS Variables */
:root {
--khmer-curry:#f05656;
--squash-blossom:#f6b83c;
--xanthic:#f8e61b;
--crystal-green:#a5d97d;
--steel-teal:#5d8e8a;
}