Eclipse

Pure CSS solar eclipse with animated corona layers

Eclipse

A pure CSS solar eclipse with six animated corona layers using repeating-conic-gradient and radial-gradient. The layers rotate at different speeds to create a mesmerizing effect. No images, no SVGs — just CSS.

Basic Eclipse

The eclipse requires six inner layer elements:

Basic Eclipse

Sizes

Three sizes are available:

Eclipse Sizes

ClassSize
.art-eclipse-sm300px
(default)600px
.art-eclipse-lg800px

Custom Background

The eclipse background color can be customized to blend into different scenes:

Custom Background

CSS Custom Properties

PropertyDefaultDescription
--art-eclipse-bg#09090bBackground color (should match page background)
--art-eclipse-size600pxOverall container size

HTML Structure

<div class="art-eclipse">
  <div class="layer layer-1"></div>
  <div class="layer layer-2"></div>
  <div class="layer layer-3"></div>
  <div class="layer layer-4"></div>
  <div class="layer layer-5"></div>
  <div class="layer layer-6"></div>
</div>

API Reference

ClassDescription
.art-eclipseBase solar eclipse with animated corona
.art-eclipse-smSmall size (300px)
.art-eclipse-lgLarge size (800px)