Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.fire-island {
color: #d8503b;
}
.lugganath-orange {
color: #f6a688;
}
.james-blonde {
color: #f1e2b6;
}
.emerald-ring {
color: #5a8c5a;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--fire-island:#d8503b;
--lugganath-orange:#f6a688;
--james-blonde:#f1e2b6;
--emerald-ring:#5a8c5a;
}