Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.saber-toothed-tiger {
color: #e69956;
}
.radome-tan {
color: #f1c9a2;
}
.tide-pools {
color: #c5d8d0;
}
.grey-agate {
color: #a8b4c2;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--saber-toothed-tiger:#e69956;
--radome-tan:#f1c9a2;
--tide-pools:#c5d8d0;
--grey-agate:#a8b4c2;
}