Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9fd3df;
}
.squash-blossom {
color: #f6b83c;
}
.melon-baby {
color: #f27b6e;
}
.orchid-dottyback {
color: #a6549e;
}
.hippie-green {
color: #5b8b5b;
}
/* CSS Variables */
:root {
--ocean-cruise:#9fd3df;
--squash-blossom:#f6b83c;
--melon-baby:#f27b6e;
--orchid-dottyback:#a6549e;
--hippie-green:#5b8b5b;
}