Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.buttery-croissant {
color: #f2e29c;
}
.m-l-b-i-oyster {
color: #f2f2d4;
}
.sonia-rose {
color: #f4c8c3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--buttery-croissant:#f2e29c;
--m-l-b-i-oyster:#f2f2d4;
--sonia-rose:#f4c8c3;
}