Color names in this palette
CSS code for this palette
/* CSS */
.salami-slice {
color: #de605e;
}
.calabrese {
color: #f1a8a2;
}
.serene-pink {
color: #f4c8b8;
}
.tea-cookie {
color: #f5e1c2;
}
.dreamsicle {
color: #f7d5c0;
}
/* CSS Variables */
:root {
--salami-slice:#de605e;
--calabrese:#f1a8a2;
--serene-pink:#f4c8b8;
--tea-cookie:#f5e1c2;
--dreamsicle:#f7d5c0;
}