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