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