Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4f8cba;
}
.frozen-blue {
color: #a6c3d9;
}
.haystack {
color: #f1e3c6;
}
.squash-blossom {
color: #f6b83c;
}
.obstinate-orange {
color: #d75928;
}
/* CSS Variables */
:root {
--boat-house:#4f8cba;
--frozen-blue:#a6c3d9;
--haystack:#f1e3c6;
--squash-blossom:#f6b83c;
--obstinate-orange:#d75928;
}