Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.obstinate-orange {
color: #d75928;
}
.our-little-secret {
color: #a34d7e;
}
.bonbon-red {
color: #8c3b6d;
}
.brittany-blue {
color: #4d7b89;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--obstinate-orange:#d75928;
--our-little-secret:#a34d7e;
--bonbon-red:#8c3b6d;
--brittany-blue:#4d7b89;
}