Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d2c4e4;
}
.lush-lilac {
color: #a37cb6;
}
.plum-savor {
color: #906089;
}
.jaguar-rose {
color: #f2b1b7;
}
.fresh-cantaloupe {
color: #ff9e66;
}
/* CSS Variables */
:root {
--italian-fitch:#d2c4e4;
--lush-lilac:#a37cb6;
--plum-savor:#906089;
--jaguar-rose:#f2b1b7;
--fresh-cantaloupe:#ff9e66;
}