Color names in this palette
CSS code for this palette
/* CSS */
.honey-maple {
color: #a36c5c;
}
.antoinette-pink {
color: #e8c1b5;
}
.delicate-lace {
color: #f2e5d4;
}
.peek-a-blue {
color: #c5e0e2;
}
.steel-teal {
color: #5b8b8b;
}
/* CSS Variables */
:root {
--honey-maple:#a36c5c;
--antoinette-pink:#e8c1b5;
--delicate-lace:#f2e5d4;
--peek-a-blue:#c5e0e2;
--steel-teal:#5b8b8b;
}