Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #f7c0d8;
}
.rose-mallow {
color: #f1a7c8;
}
.carissima {
color: #e37d9a;
}
.ibis-rose {
color: #c75c8c;
}
.orchid-lei {
color: #a04b7c;
}
/* CSS Variables */
:root {
--flamingo-feather:#f7c0d8;
--rose-mallow:#f1a7c8;
--carissima:#e37d9a;
--ibis-rose:#c75c8c;
--orchid-lei:#a04b7c;
}