Color names in this palette
CSS code for this palette
/* CSS */
.starfish {
color: #e6bda3;
}
.cliff-brown {
color: #d0a98a;
}
.tuscany {
color: #b68d7c;
}
.honey-maple {
color: #a86d5d;
}
.thy-flesh-consumed {
color: #9b4f4b;
}
/* CSS Variables */
:root {
--starfish:#e6bda3;
--cliff-brown:#d0a98a;
--tuscany:#b68d7c;
--honey-maple:#a86d5d;
--thy-flesh-consumed:#9b4f4b;
}