Eclipse of Emotion カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eclipse of Emotion palette
Eclipse of Emotion カラーパレット CSS
/* CSS */
.color-1 {
color: #1d1d30;
}
.color-2 {
color: #4b4b6c;
}
.color-3 {
color: #6f6f90;
}
.color-4 {
color: #b55e82;
}
.color-5 {
color: #c45a8d;
}
/* CSS Variables */
:root {
--color-1: #1d1d30;
--color-2: #4b4b6c;
--color-3: #6f6f90;
--color-4: #b55e82;
--color-5: #c45a8d;
}
Eclipse of Emotion の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d30, #4b4b6c, #6f6f90, #b55e82, #c45a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d30, #4b4b6c, #6f6f90, #b55e82, #c45a8d);
}
似たようなカラーパレット
下にスクロールして400+個のダークカラーパレットを探索しましょう
Eclipse of Emotion color palette created on .