Color names in this palette
CSS code for this palette
/* CSS */
.barely-pink {
color: #f6d5df;
}
.pink-fit {
color: #f1a7b1;
}
.rose-cheeks {
color: #f0708c;
}
.blush-d-amour {
color: #d95e85;
}
.our-little-secret {
color: #a94c74;
}
/* CSS Variables */
:root {
--barely-pink:#f6d5df;
--pink-fit:#f1a7b1;
--rose-cheeks:#f0708c;
--blush-d-amour:#d95e85;
--our-little-secret:#a94c74;
}