Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f1b1c1;
}
.hopeful {
color: #f4d2e1;
}
.prettiest-pink {
color: #e9a5c6;
}
.moonlit-mauve {
color: #d78eb0;
}
.tutti-frutti {
color: #c0597e;
}
/* CSS Variables */
:root {
--ibis:#f1b1c1;
--hopeful:#f4d2e1;
--prettiest-pink:#e9a5c6;
--moonlit-mauve:#d78eb0;
--tutti-frutti:#c0597e;
}