Color names in this palette
CSS code for this palette
/* CSS */
.wave-jumper {
color: #6b8f9e;
}
.corydalis-blue {
color: #a4c7d5;
}
.ginger-peach {
color: #f7d2a1;
}
.squash-blossom {
color: #f6b83c;
}
.sohi-red {
color: #e4593a;
}
/* CSS Variables */
:root {
--wave-jumper:#6b8f9e;
--corydalis-blue:#a4c7d5;
--ginger-peach:#f7d2a1;
--squash-blossom:#f6b83c;
--sohi-red:#e4593a;
}