Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.pink-lady {
color: #f2d9b5;
}
.grapefruit-pulp {
color: #fe6f62;
}
.antique-cameo {
color: #f3b7a0;
}
.pink-heath {
color: #f1b7e3;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--pink-lady:#f2d9b5;
--grapefruit-pulp:#fe6f62;
--antique-cameo:#f3b7a0;
--pink-heath:#f1b7e3;
}