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