Color names in this palette
CSS code for this palette
/* CSS */
.indian-khaki {
color: #d3b09c;
}
.antoinette-pink {
color: #e6c4b3;
}
.pink-sangria {
color: #f7dbd4;
}
.peach-yellow {
color: #f9dfae;
}
.bleached-maple {
color: #c6a26c;
}
/* CSS Variables */
:root {
--indian-khaki:#d3b09c;
--antoinette-pink:#e6c4b3;
--pink-sangria:#f7dbd4;
--peach-yellow:#f9dfae;
--bleached-maple:#c6a26c;
}