Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f1c1d4;
}
.rosecco {
color: #eab8e4;
}
.light-orchid {
color: #e3a5d4;
}
.high-maintenance {
color: #d78eba;
}
.ibis-rose {
color: #c75c91;
}
/* CSS Variables */
:root {
--parrot-tulip:#f1c1d4;
--rosecco:#eab8e4;
--light-orchid:#e3a5d4;
--high-maintenance:#d78eba;
--ibis-rose:#c75c91;
}