Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sorreno-lemon {
color: #f5cf5b;
}
.noodles {
color: #f9e2b4;
}
.ibis {
color: #f6b6c1;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sorreno-lemon:#f5cf5b;
--noodles:#f9e2b4;
--ibis:#f6b6c1;
--porcelain-rose:#e76a6a;
}