Color names in this palette
CSS code for this palette
/* CSS */
.harpoon {
color: #2a3c4c;
}
.sailor-s-bay {
color: #4b7091;
}
.bluesy-note {
color: #7d99b5;
}
.best-beige {
color: #c5b59b;
}
.swiss-chard {
color: #e2606d;
}
/* CSS Variables */
:root {
--harpoon:#2a3c4c;
--sailor-s-bay:#4b7091;
--bluesy-note:#7d99b5;
--best-beige:#c5b59b;
--swiss-chard:#e2606d;
}