Color names in this palette
CSS code for this palette
/* CSS */
.ice-cream-parlour {
color: #f8d0af;
}
.candy-heart-pink {
color: #f6a4a2;
}
.hope {
color: #e77e9f;
}
.flirty-rose {
color: #d75b8d;
}
.ibis-rose {
color: #c65d90;
}
/* CSS Variables */
:root {
--ice-cream-parlour:#f8d0af;
--candy-heart-pink:#f6a4a2;
--hope:#e77e9f;
--flirty-rose:#d75b8d;
--ibis-rose:#c65d90;
}