Color names in this palette
CSS code for this palette
/* CSS */
.provincial-blue {
color: #5f7b91;
}
.greenland-ice {
color: #b6d8d5;
}
.high-reflective-white {
color: #f7f6f3;
}
.goldsmith {
color: #f1b24b;
}
.apricot-buff {
color: #d0804e;
}
/* CSS Variables */
:root {
--provincial-blue:#5f7b91;
--greenland-ice:#b6d8d5;
--high-reflective-white:#f7f6f3;
--goldsmith:#f1b24b;
--apricot-buff:#d0804e;
}