Color names in this palette
CSS code for this palette
/* CSS */
.aquamarine-blue {
color: #6fd8e2;
}
.bachelor-button {
color: #4bb9d2;
}
.toy-blue {
color: #008c9e;
}
.caribbean-dream {
color: #007180;
}
.loyal-blue {
color: #00495c;
}
/* CSS Variables */
:root {
--aquamarine-blue:#6fd8e2;
--bachelor-button:#4bb9d2;
--toy-blue:#008c9e;
--caribbean-dream:#007180;
--loyal-blue:#00495c;
}