Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1d708c;
}
.caribbean-cruise {
color: #3f99a2;
}
.artesian-well {
color: #5db6a9;
}
.yellow-cream {
color: #f1d66a;
}
.benihi-red {
color: #f15a3b;
}
/* CSS Variables */
:root {
--saxony-blue:#1d708c;
--caribbean-cruise:#3f99a2;
--artesian-well:#5db6a9;
--yellow-cream:#f1d66a;
--benihi-red:#f15a3b;
}