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