Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.welcoming-wasp {
color: #f0a800;
}
.leopard {
color: #d69a00;
}
.golden-brown {
color: #b37700;
}
.brittany-s-bow {
color: #f2d9e0;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--welcoming-wasp:#f0a800;
--leopard:#d69a00;
--golden-brown:#b37700;
--brittany-s-bow:#f2d9e0;
}