Color names in this palette
CSS code for this palette
/* CSS */
.flare-gun {
color: #ff471a;
}
.carrot {
color: #ff6e42;
}
.honey-carrot-cake {
color: #ff9d57;
}
.chai-latte {
color: #f7c9a1;
}
.urnebes-beige {
color: #ffebc2;
}
/* CSS Variables */
:root {
--flare-gun:#ff471a;
--carrot:#ff6e42;
--honey-carrot-cake:#ff9d57;
--chai-latte:#f7c9a1;
--urnebes-beige:#ffebc2;
}