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