Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.squash-blossom {
color: #f6b83c;
}
.deep-fried-sun-rays {
color: #f7c859;
}
.forsythia-blossom {
color: #f4d66c;
}
.boxwood-yellow {
color: #f1e5a2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--squash-blossom:#f6b83c;
--deep-fried-sun-rays:#f7c859;
--forsythia-blossom:#f4d66c;
--boxwood-yellow:#f1e5a2;
}