The Dark Side カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with The Dark Side palette
The Dark Side カラーパレット CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3b3b59;
}
.color-3 {
color: #5c5c7f;
}
.color-4 {
color: #7b7b9d;
}
.color-5 {
color: #9f9fc1;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3b3b59;
--color-3: #5c5c7f;
--color-4: #7b7b9d;
--color-5: #9f9fc1;
}
The Dark Side の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3b3b59, #5c5c7f, #7b7b9d, #9f9fc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3b3b59, #5c5c7f, #7b7b9d, #9f9fc1);
}
似たようなカラーパレット
The Dark Side color palette created on .