Color names in this palette
CSS code for this palette
/* CSS */
.dark-roast {
color: #492c2e;
}
.terra-tone {
color: #b36b6e;
}
.cuticle-pink {
color: #e2a59d;
}
.sand-island {
color: #f4d1c3;
}
.desert-star {
color: #f9f0e1;
}
/* CSS Variables */
:root {
--dark-roast:#492c2e;
--terra-tone:#b36b6e;
--cuticle-pink:#e2a59d;
--sand-island:#f4d1c3;
--desert-star:#f9f0e1;
}