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