Color names in this palette
CSS code for this palette
/* CSS */
.tiger-moth-orange {
color: #d85f0e;
}
.squash-blossom {
color: #f9b134;
}
.saturn {
color: #f9e4be;
}
.uluru-red {
color: #951b0e;
}
.tennis-court {
color: #c84c0e;
}
/* CSS Variables */
:root {
--tiger-moth-orange:#d85f0e;
--squash-blossom:#f9b134;
--saturn:#f9e4be;
--uluru-red:#951b0e;
--tennis-court:#c84c0e;
}