Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a7e2d5;
}
.my-fair-lady {
color: #f3c4c4;
}
.candlelight-peach {
color: #f7a59c;
}
.drippy-honey {
color: #f2b321;
}
.indian-yellow {
color: #e2a55a;
}
/* CSS Variables */
:root {
--botanical-tint:#a7e2d5;
--my-fair-lady:#f3c4c4;
--candlelight-peach:#f7a59c;
--drippy-honey:#f2b321;
--indian-yellow:#e2a55a;
}