Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
.pink-macaroon {
color: #e9aac6;
}
.love-letter {
color: #e76a8f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--smooth-as-corn-silk:#f6e4b1;
--pink-macaroon:#e9aac6;
--love-letter:#e76a8f;
}