Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #6d2c3e;
}
.raspberry-patch {
color: #a84d68;
}
.calabrese {
color: #f1a8a2;
}
.nutter-butter {
color: #f7d4c5;
}
.sandy-beach {
color: #f9e2d2;
}
/* CSS Variables */
:root {
--siren:#6d2c3e;
--raspberry-patch:#a84d68;
--calabrese:#f1a8a2;
--nutter-butter:#f7d4c5;
--sandy-beach:#f9e2d2;
}