Godzilla Eclipse カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Godzilla Eclipse palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Godzilla Eclipse カラーパレット (PNG) をダウンロード
Godzilla Eclipse カラーパレット 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 の背景のグラデーション 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 .