Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1b5074;
}
.quiet-night {
color: #3e8cb6;
}
.arctic-ocean {
color: #6cc3d0;
}
.crunch {
color: #f2b75f;
}
.slice-of-watermelon {
color: #e16b7e;
}
/* CSS Variables */
:root {
--canoe-blue:#1b5074;
--quiet-night:#3e8cb6;
--arctic-ocean:#6cc3d0;
--crunch:#f2b75f;
--slice-of-watermelon:#e16b7e;
}