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