Color names in this palette
CSS code for this palette
/* CSS */
.guitar {
color: #6a4b39;
}
.dusty-rosewood {
color: #bfa8a1;
}
.oat-cake {
color: #e0c9b2;
}
.a-smell-of-bakery {
color: #f3e8d8;
}
.peach-puff {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--guitar:#6a4b39;
--dusty-rosewood:#bfa8a1;
--oat-cake:#e0c9b2;
--a-smell-of-bakery:#f3e8d8;
--peach-puff:#ffd9b8;
}