CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #9ed5e5;
}
.bee {
color: #f2b950;
}
.akak-red {
color: #f17d5f;
}
.violetta {
color: #a86b9a;
}
.minsk {
color: #3b2a6a;
}
/* CSS Variables */
:root {
--light-budgie-blue:#9ed5e5;
--bee:#f2b950;
--akak-red:#f17d5f;
--violetta:#a86b9a;
--minsk:#3b2a6a;
}