Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a1c9a5;
}
.frosted-mint {
color: #e4f1e4;
}
.pink-abalone {
color: #e8b7a1;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.palace-rose {
color: #f9c8d2;
}
/* CSS Variables */
:root {
--french-market:#a1c9a5;
--frosted-mint:#e4f1e4;
--pink-abalone:#e8b7a1;
--puff-pastry-yellow:#fbcc8e;
--palace-rose:#f9c8d2;
}