Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f1c1c1;
}
.icy-lemonade {
color: #f6e7b1;
}
.frosty-soft-blue {
color: #b2e1e0;
}
.peach-damask {
color: #f7c6a6;
}
.taffy-pink {
color: #f9a4c6;
}
/* CSS Variables */
:root {
--silver-strawberry:#f1c1c1;
--icy-lemonade:#f6e7b1;
--frosty-soft-blue:#b2e1e0;
--peach-damask:#f7c6a6;
--taffy-pink:#f9a4c6;
}