Color names in this palette
CSS code for this palette
/* CSS */
.pelagic {
color: #3a5e83;
}
.cote-d-azur {
color: #007c85;
}
.jadestone {
color: #00a89d;
}
.jamaican-jade {
color: #5fd3c2;
}
.ice-citadel {
color: #b6f7f0;
}
/* CSS Variables */
:root {
--pelagic:#3a5e83;
--cote-d-azur:#007c85;
--jadestone:#00a89d;
--jamaican-jade:#5fd3c2;
--ice-citadel:#b6f7f0;
}