Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.mette-penne {
color: #f8e1d3;
}
.flashpoint {
color: #f9f3d2;
}
.calla {
color: #f2e0b5;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--sullivan-s-heart:#f5c7d1;
--mette-penne:#f8e1d3;
--flashpoint:#f9f3d2;
--calla:#f2e0b5;
}