Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1e6b8a;
}
.water-sports {
color: #3fb8c6;
}
.spindrift {
color: #70f5d4;
}
.pale-king-s-blue {
color: #a5f8e6;
}
.vanilla {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--saxony-blue:#1e6b8a;
--water-sports:#3fb8c6;
--spindrift:#70f5d4;
--pale-king-s-blue:#a5f8e6;
--vanilla:#f3e4aa;
}