Color names in this palette
CSS code for this palette
/* CSS */
.delicioso {
color: #4a3b36;
}
.dutch-cocoa {
color: #8a6f6a;
}
.taupe-tapestry {
color: #c4a59c;
}
.antoinette-pink {
color: #e8c4b5;
}
.bali-sand {
color: #f6e8d5;
}
/* CSS Variables */
:root {
--delicioso:#4a3b36;
--dutch-cocoa:#8a6f6a;
--taupe-tapestry:#c4a59c;
--antoinette-pink:#e8c4b5;
--bali-sand:#f6e8d5;
}