Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #5abbf6;
}
.squash-blossom {
color: #f6b83c;
}
.young-crab {
color: #f8a09b;
}
.melondrama {
color: #f27f6e;
}
.poppy-pompadour {
color: #6c409c;
}
/* CSS Variables */
:root {
--hello-summer:#5abbf6;
--squash-blossom:#f6b83c;
--young-crab:#f8a09b;
--melondrama:#f27f6e;
--poppy-pompadour:#6c409c;
}