Color names in this palette
CSS code for this palette
/* CSS */
.appetite {
color: #b1e6a3;
}
.applesauce {
color: #f8d69b;
}
.first-date {
color: #f4b39f;
}
.think-pink {
color: #e9a5c0;
}
.dolomite-red {
color: #c67b9d;
}
/* CSS Variables */
:root {
--appetite:#b1e6a3;
--applesauce:#f8d69b;
--first-date:#f4b39f;
--think-pink:#e9a5c0;
--dolomite-red:#c67b9d;
}