CSS code for this palette
/* CSS */
.pyrite {
color: #f8c73f;
}
.rajah {
color: #f9a65d;
}
.creamy-peach {
color: #f1a083;
}
.sweet-lilac {
color: #eab8d1;
}
.gul-b-pink {
color: #c57cc3;
}
/* CSS Variables */
:root {
--pyrite:#f8c73f;
--rajah:#f9a65d;
--creamy-peach:#f1a083;
--sweet-lilac:#eab8d1;
--gul-b-pink:#c57cc3;
}