Color names in this palette
CSS code for this palette
/* CSS */
.plateau {
color: #d1e6e3;
}
.in-the-pink {
color: #f3c4d1;
}
.pink-chalk {
color: #f4a4b9;
}
.ginger-peach {
color: #f7d0a1;
}
.filtered-forest {
color: #b8e0d2;
}
/* CSS Variables */
:root {
--plateau:#d1e6e3;
--in-the-pink:#f3c4d1;
--pink-chalk:#f4a4b9;
--ginger-peach:#f7d0a1;
--filtered-forest:#b8e0d2;
}