Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e3a5c0;
}
.pink-marshmallow {
color: #f1b6d3;
}
.laelia-pink {
color: #f8c9e1;
}
.vacherin-cheese {
color: #fce77e;
}
.amber-yellow {
color: #f9b85d;
}
/* CSS Variables */
:root {
--think-pink:#e3a5c0;
--pink-marshmallow:#f1b6d3;
--laelia-pink:#f8c9e1;
--vacherin-cheese:#fce77e;
--amber-yellow:#f9b85d;
}