Color names in this palette
CSS code for this palette
/* CSS */
.soft-suede {
color: #d9cbaf;
}
.honey-maple {
color: #a4695b;
}
.guitar {
color: #6d4c37;
}
.sotek-green {
color: #4a7c8c;
}
.aqua-dream {
color: #b7c9b5;
}
/* CSS Variables */
:root {
--soft-suede:#d9cbaf;
--honey-maple:#a4695b;
--guitar:#6d4c37;
--sotek-green:#4a7c8c;
--aqua-dream:#b7c9b5;
}