Color names in this palette
CSS code for this palette
/* CSS */
.loggia {
color: #c4b6a6;
}
.brown-mouse {
color: #d9c9b5;
}
.afghan-hound {
color: #e2d7b6;
}
.james-blonde {
color: #f1e4b6;
}
.australian-apricot {
color: #f4c4a4;
}
/* CSS Variables */
:root {
--loggia:#c4b6a6;
--brown-mouse:#d9c9b5;
--afghan-hound:#e2d7b6;
--james-blonde:#f1e4b6;
--australian-apricot:#f4c4a4;
}