Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f7e59c;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.balinese-sunset {
color: #f0a475;
}
.i-love-you-pink {
color: #d77e92;
}
.wisteria-purple {
color: #8b5b9a;
}
/* CSS Variables */
:root {
--storm-lightning:#f7e59c;
--antique-wicker-basket:#f2d3a1;
--balinese-sunset:#f0a475;
--i-love-you-pink:#d77e92;
--wisteria-purple:#8b5b9a;
}