Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f6e1b6;
}
.exciting-orange {
color: #f1af79;
}
.heat-of-summer {
color: #e78d5f;
}
.dusty-pink {
color: #d58b97;
}
.llilacquered {
color: #c75c9a;
}
/* CSS Variables */
:root {
--soft-butter:#f6e1b6;
--exciting-orange:#f1af79;
--heat-of-summer:#e78d5f;
--dusty-pink:#d58b97;
--llilacquered:#c75c9a;
}