Color names in this palette
CSS code for this palette
/* CSS */
.sand-island {
color: #f6d1c1;
}
.first-date {
color: #f4b4a4;
}
.blush {
color: #f09d8e;
}
.bronzed-orange {
color: #d78b6a;
}
.santa-fe-sunset {
color: #a65a4e;
}
/* CSS Variables */
:root {
--sand-island:#f6d1c1;
--first-date:#f4b4a4;
--blush:#f09d8e;
--bronzed-orange:#d78b6a;
--santa-fe-sunset:#a65a4e;
}