Color names in this palette
CSS code for this palette
/* CSS */
.fishy-house {
color: #1f9e8d;
}
.emerald-wave {
color: #4eb7a9;
}
.riptide {
color: #89d7c7;
}
.botanical-tint {
color: #a9e5d1;
}
.bone-chilling {
color: #e0f5ef;
}
/* CSS Variables */
:root {
--fishy-house:#1f9e8d;
--emerald-wave:#4eb7a9;
--riptide:#89d7c7;
--botanical-tint:#a9e5d1;
--bone-chilling:#e0f5ef;
}