Color names in this palette
CSS code for this palette
/* CSS */
.hidden-springs {
color: #1e86b3;
}
.mountain-range-blue {
color: #4fb7c9;
}
.spinnaker {
color: #a3e1e0;
}
.stella {
color: #f6cf5a;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--hidden-springs:#1e86b3;
--mountain-range-blue:#4fb7c9;
--spinnaker:#a3e1e0;
--stella:#f6cf5a;
--dodgeroll-gold:#f39c12;
}