Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.summer-cosmos {
color: #f8d3e0;
}
.love-at-first-sight {
color: #e3a6b0;
}
.artful-pink {
color: #d06c83;
}
.beauty-queen {
color: #c45a8d;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--summer-cosmos:#f8d3e0;
--love-at-first-sight:#e3a6b0;
--artful-pink:#d06c83;
--beauty-queen:#c45a8d;
}