Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.anna-banana {
color: #f7d74b;
}
.yellow-petal {
color: #f1e94b;
}
.tropical {
color: #a7e7c7;
}
.high-blue {
color: #50a3e2;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--anna-banana:#f7d74b;
--yellow-petal:#f1e94b;
--tropical:#a7e7c7;
--high-blue:#50a3e2;
}