Color names in this palette
CSS code for this palette
/* CSS */
.pasta-luego {
color: #f9e380;
}
.pani-puri {
color: #f3ab58;
}
.coral-orange {
color: #e76a4b;
}
.pink-dahlia {
color: #b94b6a;
}
.dull-violet {
color: #7b2d8b;
}
/* CSS Variables */
:root {
--pasta-luego:#f9e380;
--pani-puri:#f3ab58;
--coral-orange:#e76a4b;
--pink-dahlia:#b94b6a;
--dull-violet:#7b2d8b;
}