Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6b;
}
.larkspur {
color: #3b7c8c;
}
.hygiene-green {
color: #5ab5b2;
}
.menthol-kiss {
color: #a3e1d5;
}
.distant-horizon {
color: #f1f8f6;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6b;
--larkspur:#3b7c8c;
--hygiene-green:#5ab5b2;
--menthol-kiss:#a3e1d5;
--distant-horizon:#f1f8f6;
}