Color names in this palette
CSS code for this palette
/* CSS */
.tahitian-sand {
color: #f8dbb4;
}
.ibis {
color: #f2b1c0;
}
.sachet-pink {
color: #f28cba;
}
.flirty-rose {
color: #d65c8d;
}
.romantic-rose {
color: #a93d8e;
}
/* CSS Variables */
:root {
--tahitian-sand:#f8dbb4;
--ibis:#f2b1c0;
--sachet-pink:#f28cba;
--flirty-rose:#d65c8d;
--romantic-rose:#a93d8e;
}