Color names in this palette
CSS code for this palette
/* CSS */
.middle-blue {
color: #7acdeb;
}
.bachelor-button {
color: #49c2d4;
}
.latigo-bay {
color: #3a9b9c;
}
.green-belt {
color: #2d7b6d;
}
.holly-leaf {
color: #2f5b4e;
}
/* CSS Variables */
:root {
--middle-blue:#7acdeb;
--bachelor-button:#49c2d4;
--latigo-bay:#3a9b9c;
--green-belt:#2d7b6d;
--holly-leaf:#2f5b4e;
}