Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d19b6b;
}
.caramel-macchiato {
color: #c88e4c;
}
.toffee-sauce {
color: #b2772a;
}
.river-of-gold {
color: #e5b35d;
}
.butter-cream {
color: #efae3e;
}
/* CSS Variables */
:root {
--prayer-flag:#d19b6b;
--caramel-macchiato:#c88e4c;
--toffee-sauce:#b2772a;
--river-of-gold:#e5b35d;
--butter-cream:#efae3e;
}