Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d19b6b;
}
.polvo-de-oro {
color: #e8b87d;
}
.almond-cream {
color: #f6c29d;
}
.tuscan {
color: #f9d6a9;
}
.cotton-club {
color: #f3e3d3;
}
/* CSS Variables */
:root {
--prayer-flag:#d19b6b;
--polvo-de-oro:#e8b87d;
--almond-cream:#f6c29d;
--tuscan:#f9d6a9;
--cotton-club:#f3e3d3;
}