Color names in this palette
CSS code for this palette
/* CSS */
.starfish {
color: #e6bda3;
}
.shetland-pony {
color: #d6a58a;
}
.portrait-tone {
color: #c49378;
}
.honey-maple {
color: #a56c5f;
}
.burned-brown {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--starfish:#e6bda3;
--shetland-pony:#d6a58a;
--portrait-tone:#c49378;
--honey-maple:#a56c5f;
--burned-brown:#6f4c3e;
}