Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.forsythia-blossom {
color: #f6d66f;
}
.curd {
color: #f9e1b9;
}
.sweet-heart {
color: #e5a9b1;
}
.porcelain-rose {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--forsythia-blossom:#f6d66f;
--curd:#f9e1b9;
--sweet-heart:#e5a9b1;
--porcelain-rose:#ef6c6c;
}