Color names in this palette
CSS code for this palette
/* CSS */
.choux-la-cr-me {
color: #e8cf7d;
}
.sweet-curry {
color: #eaa876;
}
.sunset-drive {
color: #ebbba2;
}
.elastic-pink {
color: #eaa9c9;
}
.hope {
color: #e77e9f;
}
/* CSS Variables */
:root {
--choux-la-cr-me:#e8cf7d;
--sweet-curry:#eaa876;
--sunset-drive:#ebbba2;
--elastic-pink:#eaa9c9;
--hope:#e77e9f;
}