CSS Loader Generator
Choose from multiple CSS loading animations and get the code. Customize color, size, and speed for spinners, dots, bars, and more.
<div class="loader-spinner"></div>
.loader-spinner {
width: 40px;
height: 40px;
border: 5px solid rgba(0, 0, 0, 0.1);
border-left-color: #3B82F6;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}How to Use
Choose Loader

Select your preferred loader design
Customize

Adjust colors and size
Copy

Copy HTML/CSS code
Features
Rich Designs
Spinners, dots, bars and many more
Customizable
Adjust color, size, and speed
Copy & Paste
Copy HTML+CSS directly for use
FAQ
🔗Related Tools
Color Code Converter
Convert between HEX, RGB, and HSL color codes. Use the color picker and real-time preview for intuitive color selection.
Color Picker
Pick colors intuitively using a color wheel and sliders. Get and copy color codes in HEX, RGB, and HSL formats.
Image Color Extractor
Automatically detect dominant colors from an image and generate a color palette. You can also click anywhere on the image to pick individual colors.
Image Average Color Picker
Calculate the average color of an entire image or a selected area. Useful for choosing color schemes or thumbnail background colors.
CSS Gradient Generator
Visually create CSS gradients with drag controls. Supports linear, radial, and conic gradient types with presets.
CSS Box Shadow Generator
Visually create CSS box-shadow with sliders. Supports multiple shadows and inset shadows.