Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a7dae6;
}
.maui-blue {
color: #4f9fb5;
}
.mammoth-mountain {
color: #3c6c7c;
}
.bee {
color: #f2b950;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--havana-blue:#a7dae6;
--maui-blue:#4f9fb5;
--mammoth-mountain:#3c6c7c;
--bee:#f2b950;
--welcoming-wasp:#f0a800;
}