Color names in this palette
CSS code for this palette
/* CSS */
.ancient-ivory {
color: #f0e6d1;
}
.almond-butter {
color: #d9c6a5;
}
.dusty-rosewood {
color: #c0a9a0;
}
.honey-maple {
color: #a86d5d;
}
.apple-butter {
color: #8d4e50;
}
/* CSS Variables */
:root {
--ancient-ivory:#f0e6d1;
--almond-butter:#d9c6a5;
--dusty-rosewood:#c0a9a0;
--honey-maple:#a86d5d;
--apple-butter:#8d4e50;
}