Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.go-bananas {
color: #f6ca51;
}
.storm-lightning {
color: #f9e79f;
}
.spring-kiss {
color: #e7f5b2;
}
.crystal-glass-green {
color: #b1e2cc;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--go-bananas:#f6ca51;
--storm-lightning:#f9e79f;
--spring-kiss:#e7f5b2;
--crystal-glass-green:#b1e2cc;
}