Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1c6e8d;
}
.bachelor-button {
color: #49b7d0;
}
.ocean-cruise {
color: #9fd4df;
}
.chai-latte {
color: #f8c8a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--saxony-blue:#1c6e8d;
--bachelor-button:#49b7d0;
--ocean-cruise:#9fd4df;
--chai-latte:#f8c8a0;
--grapefruit-pulp:#ff6e61;
}