Color names in this palette
CSS code for this palette
/* CSS */
.sea-foam {
color: #8eebd1;
}
.screen-glow {
color: #5fecb2;
}
.mint-jelly {
color: #4bd8a4;
}
.sail-away {
color: #51b4e1;
}
.hanami-pink {
color: #f3a5df;
}
/* CSS Variables */
:root {
--sea-foam:#8eebd1;
--screen-glow:#5fecb2;
--mint-jelly:#4bd8a4;
--sail-away:#51b4e1;
--hanami-pink:#f3a5df;
}