Color names in this palette
CSS code for this palette
/* CSS */
.dusty-gold {
color: #d9b99b;
}
.birthday-suit {
color: #e1c7b7;
}
.mission-courtyard {
color: #f2d2b5;
}
.roseberry {
color: #f3a4a0;
}
.briquette {
color: #e05c69;
}
/* CSS Variables */
:root {
--dusty-gold:#d9b99b;
--birthday-suit:#e1c7b7;
--mission-courtyard:#f2d2b5;
--roseberry:#f3a4a0;
--briquette:#e05c69;
}