Color names in this palette
CSS code for this palette
/* CSS */
.greyish-blue {
color: #5f7d9b;
}
.partly-cloudy {
color: #9dbbcd;
}
.precious {
color: #f2d9b1;
}
.big-foot-feet {
color: #e78e5a;
}
.obstinate-orange {
color: #d35527;
}
/* CSS Variables */
:root {
--greyish-blue:#5f7d9b;
--partly-cloudy:#9dbbcd;
--precious:#f2d9b1;
--big-foot-feet:#e78e5a;
--obstinate-orange:#d35527;
}