Color names in this palette
CSS code for this palette
/* CSS */
.spirit-mountain {
color: #6a8e9a;
}
.green-silk {
color: #a4c1b2;
}
.icicle-mint {
color: #d0e7e7;
}
.butterfield {
color: #f4c15d;
}
.sohi-red {
color: #e75b3c;
}
/* CSS Variables */
:root {
--spirit-mountain:#6a8e9a;
--green-silk:#a4c1b2;
--icicle-mint:#d0e7e7;
--butterfield:#f4c15d;
--sohi-red:#e75b3c;
}