Color names in this palette
CSS code for this palette
/* CSS */
.ibis-rose {
color: #d05d8b;
}
.greyish-pink {
color: #c78e8f;
}
.mischka {
color: #a6a8b0;
}
.sekichiku-pink {
color: #e4afbf;
}
.sand-island {
color: #f6d1c1;
}
/* CSS Variables */
:root {
--ibis-rose:#d05d8b;
--greyish-pink:#c78e8f;
--mischka:#a6a8b0;
--sekichiku-pink:#e4afbf;
--sand-island:#f6d1c1;
}