Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a2c1;
}
.pink-grapefruit {
color: #f5b8c7;
}
.forgotten-sunset {
color: #fbd4b1;
}
.storm-lightning {
color: #f9e79f;
}
.moonlight-yellow {
color: #e0c68a;
}
/* CSS Variables */
:root {
--think-pink:#e6a2c1;
--pink-grapefruit:#f5b8c7;
--forgotten-sunset:#fbd4b1;
--storm-lightning:#f9e79f;
--moonlight-yellow:#e0c68a;
}