Enderman カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Enderman palette
Enderman カラー パレット PNG 画像
Enderman カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #54547d;
}
.color-4 {
color: #7c7cc0;
}
.color-5 {
color: #b3b3ff;
}
/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3b3b4e;
--color-3: #54547d;
--color-4: #7c7cc0;
--color-5: #b3b3ff;
}
Enderman の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3b3b4e, #54547d, #7c7cc0, #b3b3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3b3b4e, #54547d, #7c7cc0, #b3b3ff);
}
似たようなカラーパレット
Enderman color palette created on .