Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.5 {
color: #f8d48b;
}
.pyramid-gold {
color: #e4b472;
}
.roman-gold {
color: #d69b2e;
}
.cinnamon-bun {
color: #a84c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--5:#f8d48b;
--pyramid-gold:#e4b472;
--roman-gold:#d69b2e;
--cinnamon-bun:#a84c00;
}