Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.melon-melody {
color: #f8c391;
}
.khmer-curry {
color: #eb5656;
}
.pure-apple {
color: #6ab14e;
}
.karimun-blue {
color: #1d9bfc;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--melon-melody:#f8c391;
--khmer-curry:#eb5656;
--pure-apple:#6ab14e;
--karimun-blue:#1d9bfc;
}