Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.mesa-rose {
color: #f1b6b1;
}
.allspice {
color: #f4cca9;
}
.applesauce {
color: #f8d79b;
}
.venetian-yellow {
color: #f8e5a0;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--mesa-rose:#f1b6b1;
--allspice:#f4cca9;
--applesauce:#f8d79b;
--venetian-yellow:#f8e5a0;
}