Color names in this palette
CSS code for this palette
/* CSS */
.tropical {
color: #a2e6c9;
}
.seafoam-blue {
color: #7dd4b4;
}
.emerald-wave {
color: #4eb1a6;
}
.azure-tide {
color: #2e9992;
}
.belly-flop {
color: #00807d;
}
/* CSS Variables */
:root {
--tropical:#a2e6c9;
--seafoam-blue:#7dd4b4;
--emerald-wave:#4eb1a6;
--azure-tide:#2e9992;
--belly-flop:#00807d;
}