Color names in this palette
CSS code for this palette
/* CSS */
.nautical {
color: #2b4d7d;
}
.tech-wave {
color: #4d7b9d;
}
.bluesy-note {
color: #7b9cb7;
}
.foamy-surf {
color: #b3d4e0;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--nautical:#2b4d7d;
--tech-wave:#4d7b9d;
--bluesy-note:#7b9cb7;
--foamy-surf:#b3d4e0;
--squash-blossom:#f6b83c;
}