Eclipse of the Golden Goats Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclipse of the Golden Goats palette

Share this palette to:

Eclipse of the Golden Goats color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #c7a600;
}
.color-3 {
color: #792c90;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #d6d2cd;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #c7a600;
--color-3: #792c90;
--color-4: #f0e78e;
--color-5: #d6d2cd;
}

Eclipse of the Golden Goats background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #c7a600, #792c90, #f0e78e, #d6d2cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #c7a600, #792c90, #f0e78e, #d6d2cd);
}

Similar color palettes

Eclipse of the Golden Goats color palette created on .