Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.pinard-yellow {
color: #f5c800;
}
.pasta {
color: #f8e0af;
}
.petals-unfolding {
color: #f4b8c3;
}
.peppermint-swirl {
color: #d35a84;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--pinard-yellow:#f5c800;
--pasta:#f8e0af;
--petals-unfolding:#f4b8c3;
--peppermint-swirl:#d35a84;
}