Color names in this palette
CSS code for this palette
/* CSS */
.rose-fog {
color: #e8bdb5;
}
.peach-temptation {
color: #f1c6b1;
}
.mary-s-rose {
color: #f4d2d4;
}
.barley-white {
color: #f7e3b6;
}
.sweet-heart {
color: #e5a9b4;
}
/* CSS Variables */
:root {
--rose-fog:#e8bdb5;
--peach-temptation:#f1c6b1;
--mary-s-rose:#f4d2d4;
--barley-white:#f7e3b6;
--sweet-heart:#e5a9b4;
}