Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.sweetheart {
color: #f1c1d6;
}
.prettiest-pink {
color: #e5a4c8;
}
.little-bow-pink {
color: #d57b9b;
}
.love-lord {
color: #c94a75;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--sweetheart:#f1c1d6;
--prettiest-pink:#e5a4c8;
--little-bow-pink:#d57b9b;
--love-lord:#c94a75;
}