Color names in this palette
CSS code for this palette
/* CSS */
.allspice {
color: #f7cbab;
}
.hawaiian-cream {
color: #f9e9b9;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
.azure-sky {
color: #b2e1f5;
}
.pressed-rose {
color: #f1aca7;
}
/* CSS Variables */
:root {
--allspice:#f7cbab;
--hawaiian-cream:#f9e9b9;
--cr-me-de-la-cr-me:#f2e8b5;
--azure-sky:#b2e1f5;
--pressed-rose:#f1aca7;
}