Color names in this palette
CSS code for this palette
/* CSS */
.malibu-coast {
color: #e5d0c2;
}
.artisan-tea {
color: #d8c0b0;
}
.peanut-butter-crust {
color: #c6a48b;
}
.eastern-gold {
color: #b69b6d;
}
.burnt-butter {
color: #a47c56;
}
/* CSS Variables */
:root {
--malibu-coast:#e5d0c2;
--artisan-tea:#d8c0b0;
--peanut-butter-crust:#c6a48b;
--eastern-gold:#b69b6d;
--burnt-butter:#a47c56;
}