Gotham Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gotham Hues palette

このパレットを共有する先:

Gotham Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #3b3b5e;
}
.color-3 {
color: #5e5e8d;
}
.color-4 {
color: #8d8db4;
}
.color-5 {
color: #b0b0e3;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #3b3b5e;
--color-3: #5e5e8d;
--color-4: #8d8db4;
--color-5: #b0b0e3;
}

Gotham Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #3b3b5e, #5e5e8d, #8d8db4, #b0b0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #3b3b5e, #5e5e8d, #8d8db4, #b0b0e3);
}

Gotham Hues color palette created on .