Color names in this palette
CSS code for this palette
/* CSS */
.pink-lavender {
color: #d7b2c8;
}
.english-rose {
color: #f4c7c3;
}
.icy-lemonade {
color: #f6e6b1;
}
.cruise {
color: #b5e3d6;
}
.fly-away {
color: #82b5f2;
}
/* CSS Variables */
:root {
--pink-lavender:#d7b2c8;
--english-rose:#f4c7c3;
--icy-lemonade:#f6e6b1;
--cruise:#b5e3d6;
--fly-away:#82b5f2;
}