CSS code for this palette
/* CSS */
.seachange {
color: #3e8e98;
}
.dexter {
color: #6bb3af;
}
.whirlpool {
color: #a5d9ca;
}
.bakery-box {
color: #eff5f3;
}
.banana-boat {
color: #ffca38;
}
/* CSS Variables */
:root {
--seachange:#3e8e98;
--dexter:#6bb3af;
--whirlpool:#a5d9ca;
--bakery-box:#eff5f3;
--banana-boat:#ffca38;
}