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: #271616;
}
.color-2 {
color: #c2a200;
}
.color-3 {
color: #781f98;
}
.color-4 {
color: #f0e784;
}
.color-5 {
color: #dfcdb9;
}

/* CSS Variables */
:root {
--color-1: #271616;
--color-2: #c2a200;
--color-3: #781f98;
--color-4: #f0e784;
--color-5: #dfcdb9;
}

Eclipse of the Golden Goats background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #271616, #c2a200, #781f98, #f0e784, #dfcdb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #271616, #c2a200, #781f98, #f0e784, #dfcdb9);
}

Eclipse of the Golden Goats color palette created on .