Eclipse of the Golden Goats カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eclipse of the Golden Goats palette
Eclipse of the Golden Goats カラーパレット 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 の背景のグラデーション 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 .