Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #db5c39;
}
.shell-coral {
color: #e88c68;
}
.sundown {
color: #f4cb9f;
}
.invigorating {
color: #f0ebb7;
}
.celery-bunch {
color: #d6e1b2;
}
/* CSS Variables */
:root {
--medium-vermilion:#db5c39;
--shell-coral:#e88c68;
--sundown:#f4cb9f;
--invigorating:#f0ebb7;
--celery-bunch:#d6e1b2;
}