Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d5;
}
.pink-fit {
color: #f5a8b4;
}
.embarrassed {
color: #f57a97;
}
.blush-d-amour {
color: #d75b88;
}
.our-little-secret {
color: #a84d74;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d5;
--pink-fit:#f5a8b4;
--embarrassed:#f57a97;
--blush-d-amour:#d75b88;
--our-little-secret:#a84d74;
}