Godzilla Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Godzilla Eclipse palette

Share this palette to:

Download Godzilla Eclipse Color Palette (PNG)

Download godzilla eclipse color palette PNG image (landscape)
Download godzilla eclipse color palette PNG image (square)

Godzilla Eclipse color palette CSS

/* CSS */
.color-1 {
color: #1a1c2e;
}
.color-2 {
color: #4b3d5c;
}
.color-3 {
color: #8c4f6c;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #1a1c2e;
--color-2: #4b3d5c;
--color-3: #8c4f6c;
--color-4: #f4a462;
--color-5: #e63746;
}

Godzilla Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c2e, #4b3d5c, #8c4f6c, #f4a462, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c2e, #4b3d5c, #8c4f6c, #f4a462, #e63746);
}

Godzilla Eclipse color palette created on .