Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.welcoming-wasp {
color: #f0a800;
}
.lion-s-mane {
color: #ebb14c;
}
.mexican-spirit {
color: #d67f38;
}
.cinnamon-rufous {
color: #be5b2d;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--welcoming-wasp:#f0a800;
--lion-s-mane:#ebb14c;
--mexican-spirit:#d67f38;
--cinnamon-rufous:#be5b2d;
}