Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f0c1c1;
}
.pismo-dunes {
color: #f5d6a3;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.billowing-sail {
color: #d1e5e2;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--silver-strawberry:#f0c1c1;
--pismo-dunes:#f5d6a3;
--cr-me-de-la-cr-me:#f3e8b4;
--billowing-sail:#d1e5e2;
--sea-cliff:#a3c7e0;
}