Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1d6c8c;
}
.sea-serpent {
color: #4dc2d1;
}
.smooth-satin {
color: #a3d7d4;
}
.calabrese {
color: #f1a8a2;
}
.rotunda-gold {
color: #f6e0c1;
}
/* CSS Variables */
:root {
--saxony-blue:#1d6c8c;
--sea-serpent:#4dc2d1;
--smooth-satin:#a3d7d4;
--calabrese:#f1a8a2;
--rotunda-gold:#f6e0c1;
}