Color names in this palette
CSS code for this palette
/* CSS */
.camel-hair {
color: #d8b7a2;
}
.australian-apricot {
color: #f5c8a3;
}
.friendly-yellow {
color: #f6e2b1;
}
.sugar-cookie-crust {
color: #e8d0b0;
}
.southern-belle {
color: #a7d7c7;
}
/* CSS Variables */
:root {
--camel-hair:#d8b7a2;
--australian-apricot:#f5c8a3;
--friendly-yellow:#f6e2b1;
--sugar-cookie-crust:#e8d0b0;
--southern-belle:#a7d7c7;
}