Color names in this palette
CSS code for this palette
/* CSS */
.california-chamois {
color: #e6b56b;
}
.turnip-boy {
color: #f0c6a3;
}
.doll-house {
color: #f7cfc0;
}
.love-at-first-sight {
color: #e6a7b3;
}
.paris-pink {
color: #d86e8c;
}
/* CSS Variables */
:root {
--california-chamois:#e6b56b;
--turnip-boy:#f0c6a3;
--doll-house:#f7cfc0;
--love-at-first-sight:#e6a7b3;
--paris-pink:#d86e8c;
}