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