Color names in this palette
CSS code for this palette
/* CSS */
.haddock-s-sweater {
color: #1e78b8;
}
.highlighter-blue {
color: #3bb6d8;
}
.turkish-turquoise {
color: #78e1e8;
}
.cape-jasmine {
color: #ffb85c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--haddock-s-sweater:#1e78b8;
--highlighter-blue:#3bb6d8;
--turkish-turquoise:#78e1e8;
--cape-jasmine:#ffb85c;
--grapefruit-pulp:#ff6e61;
}