Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.peach-damask {
color: #f6c7a7;
}
.beige {
color: #e9d8a5;
}
.frozen-forest {
color: #d2e7b6;
}
.turquoise-tower {
color: #a6e3d0;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--peach-damask:#f6c7a7;
--beige:#e9d8a5;
--frozen-forest:#d2e7b6;
--turquoise-tower:#a6e3d0;
}