Color names in this palette
CSS code for this palette
/* CSS */
.pegeen-peony {
color: #e8a1b2;
}
.in-the-pink {
color: #f2c5cf;
}
.lily-the-pink {
color: #f6dfe3;
}
.roseate-spoonbill {
color: #e0aec8;
}
.little-bow-pink {
color: #d47d97;
}
/* CSS Variables */
:root {
--pegeen-peony:#e8a1b2;
--in-the-pink:#f2c5cf;
--lily-the-pink:#f6dfe3;
--roseate-spoonbill:#e0aec8;
--little-bow-pink:#d47d97;
}