Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d19b6b;
}
.almond-cream {
color: #f4c19f;
}
.warm-bread {
color: #f9e8d2;
}
.summer-heat {
color: #a9543d;
}
.new-amber {
color: #6d3b27;
}
/* CSS Variables */
:root {
--prayer-flag:#d19b6b;
--almond-cream:#f4c19f;
--warm-bread:#f9e8d2;
--summer-heat:#a9543d;
--new-amber:#6d3b27;
}