Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.baby-tears {
color: #6ab7d7;
}
.dayflower {
color: #389ad6;
}
.haddock-s-sweater {
color: #1e7bb8;
}
.impulse {
color: #005a8a;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--baby-tears:#6ab7d7;
--dayflower:#389ad6;
--haddock-s-sweater:#1e7bb8;
--impulse:#005a8a;
}