Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1e6d8a;
}
.sea-serpent {
color: #4ec7d4;
}
.icery {
color: #a5f8e2;
}
.weathered-mint {
color: #e5f7de;
}
.first-peach {
color: #f4c8c8;
}
/* CSS Variables */
:root {
--saxony-blue:#1e6d8a;
--sea-serpent:#4ec7d4;
--icery:#a5f8e2;
--weathered-mint:#e5f7de;
--first-peach:#f4c8c8;
}