Color names in this palette
CSS code for this palette
/* CSS */
.starfish {
color: #e6bda3;
}
.curious-chipmunk {
color: #dac0a4;
}
.teatime-mauve {
color: #c9a99c;
}
.lite-cocoa {
color: #b69c8b;
}
.chocolate-powder {
color: #a78c7b;
}
/* CSS Variables */
:root {
--starfish:#e6bda3;
--curious-chipmunk:#dac0a4;
--teatime-mauve:#c9a99c;
--lite-cocoa:#b69c8b;
--chocolate-powder:#a78c7b;
}