Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1f4c8e;
}
.hippie-blue {
color: #4a8b96;
}
.catarina-green {
color: #8dc3b0;
}
.straw-hat {
color: #f1d3a7;
}
.wet-coral {
color: #d15c4d;
}
/* CSS Variables */
:root {
--sweat-bee:#1f4c8e;
--hippie-blue:#4a8b96;
--catarina-green:#8dc3b0;
--straw-hat:#f1d3a7;
--wet-coral:#d15c4d;
}