Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3bb0a0;
}
.may-day {
color: #4dd1c2;
}
.island-paradise {
color: #89e4e6;
}
.squash-blossom {
color: #f6b83c;
}
.florida-sunrise {
color: #f7a76e;
}
/* CSS Variables */
:root {
--waterfall:#3bb0a0;
--may-day:#4dd1c2;
--island-paradise:#89e4e6;
--squash-blossom:#f6b83c;
--florida-sunrise:#f7a76e;
}