Color names in this palette
CSS code for this palette
/* CSS */
.big-sur-blue-jade {
color: #3b6e8c;
}
.harbor {
color: #598d9b;
}
.eyefull {
color: #8cb5b3;
}
.gemini {
color: #b6d8cf;
}
.historic-cream {
color: #fcf3e3;
}
/* CSS Variables */
:root {
--big-sur-blue-jade:#3b6e8c;
--harbor:#598d9b;
--eyefull:#8cb5b3;
--gemini:#b6d8cf;
--historic-cream:#fcf3e3;
}