Color names in this palette
CSS code for this palette
/* CSS */
.pink-gin {
color: #e0a4b9;
}
.sweetheart {
color: #f4c3d6;
}
.poetic-princess {
color: #f9e1e5;
}
.spanish-lace {
color: #fce8ca;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--pink-gin:#e0a4b9;
--sweetheart:#f4c3d6;
--poetic-princess:#f9e1e5;
--spanish-lace:#fce8ca;
--maximum-yellow-red:#f1b74b;
}