Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.freshwater {
color: #4ea9b7;
}
.aqua-island {
color: #a1d9d9;
}
.squash-blossom {
color: #f6b83c;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--freshwater:#4ea9b7;
--aqua-island:#a1d9d9;
--squash-blossom:#f6b83c;
--sun-orange:#f47b1f;
}