Color names in this palette
CSS code for this palette
/* CSS */
.pink-pepper {
color: #e85e6e;
}
.calabrese {
color: #f1a8a2;
}
.sand-island {
color: #f4d0c3;
}
.muffin-mix {
color: #f5e1d1;
}
.antique-cameo {
color: #f0b6a3;
}
/* CSS Variables */
:root {
--pink-pepper:#e85e6e;
--calabrese:#f1a8a2;
--sand-island:#f4d0c3;
--muffin-mix:#f5e1d1;
--antique-cameo:#f0b6a3;
}