Spectre CSS
Milligram CSS
You know how building a website can feel like a lot, especially when you’re trying to style every little thing yourself? Buttons, forms, layouts… it adds up fast. That’s where UI frameworks really save the day. They give you a bunch of premade design elements that you can just drop in and go. It’s like having a design starter pack that helps your site look clean and professional, without spending forever tweaking the details.
Spectre.css is a lightweight (~10 KB gzipped), responsive, and modern CSS framework crafted by Yan Zhu. It offers a solid foundation for building clean UIs with minimal overhead, utilizing Flexbox-based layouts, pure CSS components, and utility classes—all designed with elegance and efficiency in mind.


Milligram CSS is a minimalist CSS framework that weighs in at just 2KB gzipped, making it one of the lightest options available for developers who value speed and efficiency. It follows a clean, modern design approach with sensible defaults, so you can get started quickly without having to overwrite a ton of styles. Milligram uses the flexible grid system powered by Flexbox, making layouts intuitive and responsive right out of the box.
What makes Milligram stand out is its balance between simplicity and usability. Unlike heavier frameworks, it doesn’t come bundled with unnecessary UI components, which keeps your project lean and fast.


UI frameworks make building a polished website way easier. Whether you're working on something simple or a big project, they help you get things looking just right without having to stress over every little design decision. With ready-to-use components, responsive layouts, and modern styles, you can build faster and smarter.
So, pick one that works for you, and start creating a site that looks amazing from the get-go.
Yes, it’s completely free and open-source under the MIT license.
You can install via npm, Yarn, Bower, CDN, or download the minified CSS directly from the docs.
Yes, Many components like modals, accordions, and carousels are built with pure CSS using pseudo-classes. JavaScript is optional and used only for enhanced behavior.
Optimized for modern browsers; supports IE10+ with partial compatibility. Uses Normalize.css and Autoprefixer for broader coverage.
Yes, Milligram is open-source and distributed under the MIT license.
Install via npm/yarn/bower, use the CDN link, or leverage the Milligram CLI to generate a simple boilerplate.
Nope, just include the CSS file in your project’s <head> and you're set.
It’s ideal for quick prototypes, clean documentation pages, landing pages, and any performance-sensitive project looking for a minimal styling foundation.