Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.pismo-dunes {
color: #f5d6a3;
}
.icy-lemonade {
color: #f1e8b1;
}
.lolly-ice {
color: #a6d9d4;
}
.blue-gourami {
color: #6c9cda;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--pismo-dunes:#f5d6a3;
--icy-lemonade:#f1e8b1;
--lolly-ice:#a6d9d4;
--blue-gourami:#6c9cda;
}