Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.roasted-sienna {
color: #e87c5e;
}
.first-date {
color: #f4b09f;
}
.sand-island {
color: #f4d1c3;
}
.derry-coast-sunrise {
color: #f8e2ce;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--roasted-sienna:#e87c5e;
--first-date:#f4b09f;
--sand-island:#f4d1c3;
--derry-coast-sunrise:#f8e2ce;
}