Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f5c2d8;
}
.pink-begonia {
color: #e09abd;
}
.rosetti {
color: #d09099;
}
.silk-ribbon {
color: #c76b8b;
}
.ancient-fuchsia {
color: #a74968;
}
/* CSS Variables */
:root {
--sweetheart:#f5c2d8;
--pink-begonia:#e09abd;
--rosetti:#d09099;
--silk-ribbon:#c76b8b;
--ancient-fuchsia:#a74968;
}