Color names in this palette
CSS code for this palette
/* CSS */
.first-day-of-summer {
color: #f2e79c;
}
.gratin-dauphinois {
color: #e1d2a8;
}
.sanctuary {
color: #d4cba5;
}
.streusel-cake {
color: #d8a85f;
}
.bitter-orange {
color: #d67c2e;
}
/* CSS Variables */
:root {
--first-day-of-summer:#f2e79c;
--gratin-dauphinois:#e1d2a8;
--sanctuary:#d4cba5;
--streusel-cake:#d8a85f;
--bitter-orange:#d67c2e;
}