Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1e6d8a;
}
.river-blue {
color: #3db2c7;
}
.deep-aquamarine {
color: #7dd9e3;
}
.antique-cameo {
color: #f1b6a2;
}
.maybe-maui {
color: #f7d58d;
}
/* CSS Variables */
:root {
--saxony-blue:#1e6d8a;
--river-blue:#3db2c7;
--deep-aquamarine:#7dd9e3;
--antique-cameo:#f1b6a2;
--maybe-maui:#f7d58d;
}