Color names in this palette
CSS code for this palette
/* CSS */
.band-aid {
color: #d9a878;
}
.creole-cottage {
color: #e7b59c;
}
.peach-temptation {
color: #f1c4b1;
}
.cameo-cream {
color: #f4e1c3;
}
.warm-bread {
color: #f9e5d2;
}
/* CSS Variables */
:root {
--band-aid:#d9a878;
--creole-cottage:#e7b59c;
--peach-temptation:#f1c4b1;
--cameo-cream:#f4e1c3;
--warm-bread:#f9e5d2;
}