Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e3a5c2;
}
.lily-legs {
color: #f1c6d7;
}
.mette-penne {
color: #f9e1d2;
}
.solar {
color: #faeab7;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--think-pink:#e3a5c2;
--lily-legs:#f1c6d7;
--mette-penne:#f9e1d2;
--solar:#faeab7;
--maximum-yellow-red:#f1b74b;
}