Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-beige {
color: #f0c5b7;
}
.thai-ice-tea {
color: #e0a57b;
}
.seraphim-sepia {
color: #d58348;
}
.cinnamon-rufous {
color: #c15d2f;
}
.rock-spray {
color: #9c402b;
}
/* CSS Variables */
:root {
--brilliant-beige:#f0c5b7;
--thai-ice-tea:#e0a57b;
--seraphim-sepia:#d58348;
--cinnamon-rufous:#c15d2f;
--rock-spray:#9c402b;
}