Color names in this palette
CSS code for this palette
/* CSS */
.coco {
color: #d3b8a1;
}
.foggy-sunrise {
color: #a89c8f;
}
.semi-sweet {
color: #6a4f4d;
}
.birthday-suit {
color: #e1c5b7;
}
.sun-dust {
color: #f5e2a3;
}
/* CSS Variables */
:root {
--coco:#d3b8a1;
--foggy-sunrise:#a89c8f;
--semi-sweet:#6a4f4d;
--birthday-suit:#e1c5b7;
--sun-dust:#f5e2a3;
}