Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #6d2c3e;
}
.black-pudding {
color: #a84d58;
}
.coral-garden {
color: #d17b7a;
}
.first-date {
color: #f4b19f;
}
.sand-island {
color: #f6d1c1;
}
/* CSS Variables */
:root {
--siren:#6d2c3e;
--black-pudding:#a84d58;
--coral-garden:#d17b7a;
--first-date:#f4b19f;
--sand-island:#f6d1c1;
}