Color names in this palette
CSS code for this palette
/* CSS */
.starfish {
color: #e6bda3;
}
.vanilla-doe {
color: #d3bda7;
}
.pergament {
color: #c1a58a;
}
.coriander-powder {
color: #b99b74;
}
.chutney-brown {
color: #a77962;
}
/* CSS Variables */
:root {
--starfish:#e6bda3;
--vanilla-doe:#d3bda7;
--pergament:#c1a58a;
--coriander-powder:#b99b74;
--chutney-brown:#a77962;
}