Color names in this palette
CSS code for this palette
/* CSS */
.honey-maple {
color: #a86d5d;
}
.fortress {
color: #bfa68d;
}
.almond-latte {
color: #d5c2a4;
}
.sand-pearl {
color: #e8d4b5;
}
.island-hopping {
color: #f5e4d6;
}
/* CSS Variables */
:root {
--honey-maple:#a86d5d;
--fortress:#bfa68d;
--almond-latte:#d5c2a4;
--sand-pearl:#e8d4b5;
--island-hopping:#f5e4d6;
}